Skip to content

Commit 41aa856

Browse files
committed
📌 - Fix expo libraries versions
Caused the android build process to fail - see https://www.reddit.com/r/expo/comments/1k1opo0/npx_expo_runandroid_fails_plugin_id/
1 parent f438433 commit 41aa856

File tree

2 files changed

+1069
-1370
lines changed

2 files changed

+1069
-1370
lines changed

‎package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"rename-dev-configs": "cp ios/GoogleService-Info.development.plist ios/GoogleService-Info.plist && cp android/app/google-services.development.json android/app/google-services.json"
2626
},
2727
"dependencies": {
28-
"@expo/react-native-action-sheet": "^4.1.1",
28+
"@expo/react-native-action-sheet": "4.1.1",
2929
"@gorhom/bottom-sheet": "^5.1.1",
3030
"@notifee/react-native": "^9.1.2",
3131
"@react-native-async-storage/async-storage": "^2.0.0",
@@ -56,10 +56,10 @@
5656
"burnt": "^0.12.2",
5757
"date-fns": "2.30.0",
5858
"date-fns-tz": "^2.0.0",
59-
"expo": "^52.0.25",
59+
"expo": "~52.0.25",
6060
"expo-blur": "~14.0.3",
61-
"expo-calendar": "^14.0.6",
62-
"expo-localization": "15.0.3",
61+
"expo-calendar": "~14.0.6",
62+
"expo-localization": "~15.0.3",
6363
"fuse.js": "^6.4.6",
6464
"i18n-js": "3.8.0",
6565
"lodash": "^4.17.21",

0 commit comments

Comments
 (0)