Skip to content

Commit 84f0bb2

Browse files
committed
upgraded expo to sdk 51
1 parent 36dbaef commit 84f0bb2

File tree

3 files changed

+516
-33
lines changed

3 files changed

+516
-33
lines changed

example/app.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,19 @@
2525
},
2626
"web": {
2727
"favicon": "./assets/favicon.png"
28-
}
28+
},
29+
"plugins": [
30+
[
31+
"expo-build-properties",
32+
{
33+
"ios": {
34+
"newArchEnabled": true
35+
},
36+
"android": {
37+
"newArchEnabled": true
38+
}
39+
}
40+
]
41+
]
2942
}
30-
}
43+
}

example/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,16 @@
1010
},
1111
"dependencies": {
1212
"expo": "~51.0.22",
13-
"expo-status-bar": "~1.11.1",
13+
"expo-build-properties": "~0.12.3",
14+
"expo-status-bar": "~1.12.1",
1415
"react": "18.2.0",
1516
"react-dom": "18.2.0",
16-
"react-native": "0.73.4",
17+
"react-native": "0.74.3",
1718
"react-native-web": "~0.19.6"
1819
},
1920
"devDependencies": {
20-
"@babel/core": "^7.20.0",
21-
"@expo/webpack-config": "^18.0.1",
21+
"@babel/core": "^7.24.0",
22+
"@expo/webpack-config": "~19.0.1",
2223
"babel-loader": "^8.1.0",
2324
"babel-plugin-module-resolver": "^5.0.0"
2425
},

0 commit comments

Comments
 (0)