Skip to content

Commit

Permalink
feat: update expo
Browse files Browse the repository at this point in the history
  • Loading branch information
berenteb committed Oct 22, 2024
1 parent 8e51ebf commit e041027
Show file tree
Hide file tree
Showing 5 changed files with 1,357 additions and 1,010 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Run ESLint check
run: yarn lint:check
prettier:
format:
name: Prettier Check
runs-on: ubuntu-latest

Expand All @@ -46,4 +46,4 @@ jobs:
run: yarn install --frozen-lockfile --non-interactive --production=false

- name: Run Prettier check
run: yarn prettier:check
run: yarn format:check
Binary file modified assets/notification-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ module.exports = function (api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
plugins: ['expo-router/babel', 'nativewind/babel'],
plugins: ['nativewind/babel'],
};
};
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"ios": "expo start --ios",
"lint": "eslint \"./**/*.ts?(x)\" --fix",
"lint:check": "eslint \"./**/*.ts?(x)\"",
"prettier": "prettier --write \"**/*.(ts|tsx)\"",
"prettier:check": "prettier --check \"**/*.(ts|tsx)\"",
"format": "prettier --write \"**/*.(ts|tsx)\"",
"format:check": "prettier --check \"**/*.(ts|tsx)\"",
"test": "jest",
"test:coverage": "jest --coverage",
"test:watch": "jest --watch",
Expand All @@ -19,38 +19,38 @@
"submit:ios": "eas submit --platform ios"
},
"dependencies": {
"@expo/vector-icons": "^13.0.0",
"@expo/vector-icons": "^14.0.0",
"@openspacelabs/react-native-zoomable-view": "^2.1.5",
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native-async-storage/async-storage": "1.21.0",
"@react-navigation/elements": "^1.3.21",
"@tanstack/react-query": "^5.17.15",
"@testing-library/react-native": "^12.4.3",
"@types/jest": "^29.5.12",
"axios": "^1.6.7",
"axios": "^1.7.7",
"clsx": "^2.1.0",
"date-fns": "^3.2.0",
"dotenv": "^16.4.1",
"env-var": "^7.4.1",
"expo": "~49.0.21",
"expo-constants": "~14.4.2",
"expo-device": "~5.4.0",
"expo-linking": "~5.0.2",
"expo-notifications": "~0.20.1",
"expo-router": "^2.0.14",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"expo-updates": "~0.18.19",
"expo": "~50.0.21",
"expo-constants": "~15.4.6",
"expo-device": "~5.9.4",
"expo-linking": "~6.2.2",
"expo-notifications": "~0.27.8",
"expo-router": "~3.4.10",
"expo-splash-screen": "~0.26.5",
"expo-status-bar": "~1.11.1",
"expo-updates": "~0.24.13",
"i18next": "^23.8.2",
"jest": "^29.2.1",
"jest-expo": "~49.0.0",
"jest-expo": "~50.0.4",
"nativewind": "^2.0.11",
"react": "18.2.0",
"react-i18next": "^14.0.5",
"react-native": "0.72.10",
"react-native-gesture-handler": "~2.12.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-svg": "13.9.0",
"react-native": "0.73.6",
"react-native-gesture-handler": "~2.14.0",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-svg": "14.1.0",
"tailwind-merge": "^2.2.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit e041027

Please sign in to comment.