Skip to content

Commit 195a014

Browse files
committed
upgrade expo to version 51
1 parent d699f61 commit 195a014

3 files changed

Lines changed: 702 additions & 1206 deletions

File tree

app.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"softwareKeyboardLayoutMode": "pan",
77
"googleServicesFile": "./google-services.json"
88
},
9-
"assetBundlePatterns": ["**/*"],
9+
"assetBundlePatterns": [
10+
"**/*"
11+
],
1012
"ios": {
1113
"buildNumber": "20",
1214
"config": {
@@ -33,6 +35,7 @@
3335
"version": "2.3.0",
3436
"plugins": [
3537
"@react-native-google-signin/google-signin",
38+
"expo-asset",
3639
"expo-apple-authentication",
3740
"expo-font",
3841
"expo-localization",
@@ -52,4 +55,4 @@
5255
"bundler": "metro"
5356
}
5457
}
55-
}
58+
}

package.json

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -93,47 +93,47 @@
9393
},
9494
"dependencies": {
9595
"@bacons/react-views": "^1.1.3",
96-
"@expo/config-plugins": "~7.8.0",
97-
"@expo/prebuild-config": "~6.7.0",
96+
"@expo/config-plugins": "~8.0.0",
97+
"@expo/prebuild-config": "~7.0.0",
9898
"@expo/vector-icons": "^14.0.0",
9999
"@gorhom/bottom-sheet": "^4.6.0",
100100
"@motify/interactions": "^0.17.1",
101101
"@motify/skeleton": "^0.18.0",
102-
"@react-native-async-storage/async-storage": "1.21.0",
103-
"@react-native-community/netinfo": "11.1.0",
102+
"@react-native-async-storage/async-storage": "1.23.1",
103+
"@react-native-community/netinfo": "11.3.1",
104104
"@react-native-google-signin/google-signin": "^11.0.0",
105105
"@react-navigation/bottom-tabs": "^6.5.11",
106106
"@react-navigation/native": "^6.1.9",
107107
"@react-navigation/native-stack": "^6.9.17",
108108
"@react-navigation/stack": "^6.3.20",
109109
"@tanstack/react-query": "^4.29.19",
110110
"axios": "^1.6.7",
111-
"expo": "~50.0.17",
112-
"expo-apple-authentication": "~6.3.0",
113-
"expo-application": "~5.8.4",
114-
"expo-asset": "~9.0.2",
115-
"expo-build-properties": "~0.11.1",
116-
"expo-clipboard": "~5.0.1",
117-
"expo-constants": "~15.4.6",
118-
"expo-crypto": "~12.8.1",
119-
"expo-dev-client": "~3.3.11",
120-
"expo-device": "~5.9.4",
121-
"expo-font": "~11.10.3",
122-
"expo-haptics": "~12.8.1",
123-
"expo-linear-gradient": "~12.7.2",
124-
"expo-linking": "~6.2.2",
125-
"expo-local-authentication": "~13.8.0",
126-
"expo-localization": "~14.8.4",
127-
"expo-network": "~5.8.0",
128-
"expo-notifications": "~0.27.7",
129-
"expo-router": "~3.4.10",
130-
"expo-screen-orientation": "~6.4.1",
131-
"expo-secure-store": "~12.8.1",
132-
"expo-splash-screen": "~0.26.5",
133-
"expo-status-bar": "~1.11.1",
134-
"expo-system-ui": "~2.9.4",
135-
"expo-updates": "~0.24.12",
136-
"expo-web-browser": "~12.8.2",
111+
"expo": "^51.0.1",
112+
"expo-apple-authentication": "~6.4.1",
113+
"expo-application": "~5.9.1",
114+
"expo-asset": "~10.0.6",
115+
"expo-build-properties": "~0.12.1",
116+
"expo-clipboard": "~6.0.3",
117+
"expo-constants": "~16.0.1",
118+
"expo-crypto": "~13.0.2",
119+
"expo-dev-client": "~4.0.12",
120+
"expo-device": "~6.0.2",
121+
"expo-font": "~12.0.4",
122+
"expo-haptics": "~13.0.1",
123+
"expo-linear-gradient": "~13.0.2",
124+
"expo-linking": "~6.3.1",
125+
"expo-local-authentication": "~14.0.1",
126+
"expo-localization": "~15.0.3",
127+
"expo-network": "~6.0.1",
128+
"expo-notifications": "~0.28.1",
129+
"expo-router": "~3.5.11",
130+
"expo-screen-orientation": "~7.0.4",
131+
"expo-secure-store": "~13.0.1",
132+
"expo-splash-screen": "~0.27.4",
133+
"expo-status-bar": "~1.12.1",
134+
"expo-system-ui": "~3.0.4",
135+
"expo-updates": "~0.25.10",
136+
"expo-web-browser": "~13.0.3",
137137
"i18next": "^23.7.20",
138138
"jotai": "^2.4.3",
139139
"jwt-decode": "^4.0.0",
@@ -142,15 +142,15 @@
142142
"react-dom": "18.2.0",
143143
"react-hook-form": "^7.49.3",
144144
"react-i18next": "^14.0.1",
145-
"react-native": "0.73.6",
146-
"react-native-gesture-handler": "~2.14.0",
145+
"react-native": "0.74.1",
146+
"react-native-gesture-handler": "~2.16.1",
147147
"react-native-keyboard-aware-scroll-view": "^0.9.5",
148148
"react-native-notificated": "^0.0.1-beta.2",
149-
"react-native-pager-view": "6.2.3",
150-
"react-native-reanimated": "~3.6.2",
151-
"react-native-safe-area-context": "4.8.2",
152-
"react-native-screens": "~3.29.0",
153-
"react-native-svg": "14.1.0",
149+
"react-native-pager-view": "6.3.0",
150+
"react-native-reanimated": "3.10.0",
151+
"react-native-safe-area-context": "4.10.1",
152+
"react-native-screens": "3.31.1",
153+
"react-native-svg": "15.2.0",
154154
"react-native-web": "~0.19.6",
155155
"reactotron-react-native": "^5.1.3",
156156
"sass": "^1.70.0",
@@ -177,7 +177,7 @@
177177
"@welldone-software/why-did-you-render": "^7.0.1",
178178
"babel-loader": "^9.1.3",
179179
"babel-plugin-module-resolver": "^5.0.0",
180-
"babel-preset-expo": "^10.0.0",
180+
"babel-preset-expo": "^11.0.5",
181181
"commander": "^12.0.0",
182182
"cross-env": "^7.0.3",
183183
"dotenv": "^16.4.1",

0 commit comments

Comments
 (0)