Skip to content

Commit 0870a3c

Browse files
chore: resolve expo doctor package version errors
1 parent 53d4f2d commit 0870a3c

File tree

2 files changed

+352
-329
lines changed

2 files changed

+352
-329
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,22 +44,21 @@
4444
"@expo/metro-runtime": "^5.0.4",
4545
"@gorhom/bottom-sheet": "^5.0.5",
4646
"@hookform/resolvers": "^3.9.0",
47-
"@shopify/flash-list": "1.8.2",
47+
"@shopify/flash-list": "1.7.6",
4848
"@tanstack/react-query": "^5.52.1",
4949
"app-icon-badge": "^0.1.2",
5050
"axios": "^1.7.5",
51-
"expo": "~53.0.11",
5251
"expo-constants": "~17.1.6",
5352
"expo-crypto": "^14.1.5",
54-
"expo-dev-client": "~5.2.0",
53+
"expo-dev-client": "~5.2.1",
5554
"expo-font": "~13.3.1",
5655
"expo-image": "~2.3.0",
5756
"expo-linking": "~7.1.5",
5857
"expo-localization": "~16.1.5",
5958
"expo-router": "~5.1.0",
6059
"expo-splash-screen": "~0.30.9",
6160
"expo-status-bar": "~2.2.3",
62-
"expo-system-ui": "~5.0.8",
61+
"expo-system-ui": "~5.0.9",
6362
"i18next": "^23.14.0",
6463
"lodash.memoize": "^4.1.2",
6564
"moti": "^0.29.0",
@@ -69,7 +68,7 @@
6968
"react-error-boundary": "^4.0.13",
7069
"react-hook-form": "^7.53.0",
7170
"react-i18next": "^15.0.1",
72-
"react-native": "0.79.3",
71+
"react-native": "0.79.4",
7372
"react-native-edge-to-edge": "^1.6.0",
7473
"react-native-flash-message": "^0.4.2",
7574
"react-native-gesture-handler": "~2.24.0",
@@ -120,6 +119,7 @@
120119
"eslint-plugin-testing-library": "^7.5.2",
121120
"eslint-plugin-unicorn": "^59.0.1",
122121
"eslint-plugin-unused-imports": "^4.1.4",
122+
"expo": "~53.0.12",
123123
"husky": "^9.1.5",
124124
"jest": "^29.7.0",
125125
"jest-environment-jsdom": "^29.7.0",
@@ -137,7 +137,7 @@
137137
"type": "git",
138138
"url": "git+https://github.com/obytes/react-native-template-obytes.git"
139139
},
140-
"packageManager": "[email protected].1",
140+
"packageManager": "[email protected].3",
141141
"expo": {
142142
"doctor": {
143143
"reactNativeDirectoryCheck": {

0 commit comments

Comments
 (0)