Skip to content

Commit bc6ff98

Browse files
upgrade expo to 52, enable new architecture
1 parent 0f1cf7f commit bc6ff98

File tree

3 files changed

+2926
-2994
lines changed

3 files changed

+2926
-2994
lines changed

app.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ const otaUpdatePriority: OtaUpdatePriority = 'normal'
7979
const expoConfig: ExpoConfig = {
8080
owner: config.expoProjectOwner,
8181
name,
82+
newArchEnabled: true,
8283
slug: config.appScheme,
8384
version,
8485
runtimeVersion: {

package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -25,43 +25,43 @@
2525
},
2626
"dependencies": {
2727
"@dev-plugins/react-native-mmkv": "^0.0.1",
28-
"@react-native-community/netinfo": "11.3.1",
29-
"expo": "^51.0.8",
30-
"expo-build-properties": "~0.12.1",
31-
"expo-constants": "~16.0.2",
32-
"expo-dev-client": "~4.0.14",
33-
"expo-image": "~1.12.9",
34-
"expo-linking": "~6.3.1",
35-
"expo-router": "~3.5.17",
36-
"expo-splash-screen": "~0.27.4",
37-
"expo-status-bar": "~1.12.1",
38-
"expo-system-ui": "~3.0.4",
39-
"expo-updates": "~0.25.14",
40-
"react": "18.2.0",
41-
"react-dom": "18.2.0",
42-
"react-native": "0.74.1",
43-
"react-native-gesture-handler": "~2.16.1",
44-
"react-native-mmkv": "^2.12.2",
45-
"react-native-reanimated": "~3.11.0",
46-
"react-native-safe-area-context": "4.10.1",
47-
"react-native-screens": "3.31.1",
48-
"react-native-web": "~0.19.11",
28+
"@react-native-community/netinfo": "11.4.1",
29+
"expo": "^52.0.24",
30+
"expo-build-properties": "~0.13.1",
31+
"expo-constants": "~17.0.3",
32+
"expo-dev-client": "~5.0.8",
33+
"expo-image": "~2.0.3",
34+
"expo-linking": "~7.0.3",
35+
"expo-router": "~4.0.16",
36+
"expo-splash-screen": "~0.29.19",
37+
"expo-status-bar": "~2.0.0",
38+
"expo-system-ui": "~4.0.6",
39+
"expo-updates": "~0.26.11",
40+
"react": "18.3.1",
41+
"react-dom": "18.3.1",
42+
"react-native": "0.76.5",
43+
"react-native-gesture-handler": "~2.20.2",
44+
"react-native-mmkv": "^3.2.0",
45+
"react-native-reanimated": "~3.16.6",
46+
"react-native-safe-area-context": "4.12.0",
47+
"react-native-screens": "4.4.0",
48+
"react-native-web": "~0.19.13",
4949
"zustand": "^4.5.2"
5050
},
5151
"devDependencies": {
52-
"@babel/core": "^7.24.0",
52+
"@babel/core": "^7.26.0",
5353
"@release-it/conventional-changelog": "^8.0.1",
5454
"@strv/eslint-config-react-native": "3.3.3",
5555
"@types/jest": "^29.5.12",
56-
"@types/react": "~18.2.79",
56+
"@types/react": "~18.3.18",
5757
"babel-plugin-transform-remove-console": "^6.9.4",
5858
"dotenv": "^16.4.5",
5959
"eslint": "^8.49.0",
6060
"eslint-config-prettier": "^9.1.0",
6161
"eslint-plugin-prettier": "^5.1.3",
6262
"husky": "^9.0.11",
6363
"jest": "^29.7.0",
64-
"jest-expo": "^51.0.4",
64+
"jest-expo": "^52.0.2",
6565
"lint-staged": "^15.2.2",
6666
"prettier": "^3.2.5",
6767
"release-it": "^17.4.1",

0 commit comments

Comments
 (0)