Skip to content

Commit dc2e5d1

Browse files
example: upgrade expo SDK to latest (react-native-elements#3705)
1 parent 72279c3 commit dc2e5d1

File tree

2 files changed

+3574
-857
lines changed

2 files changed

+3574
-857
lines changed

example/package.json

+19-19
Original file line numberDiff line numberDiff line change
@@ -19,33 +19,33 @@
1919
},
2020
"dependencies": {
2121
"@babel/preset-typescript": "^7.16.7",
22-
"@expo/vector-icons": "^12.0.5",
22+
"@expo/vector-icons": "^13.0.0",
2323
"@react-native-community/masked-view": "0.1.11",
2424
"@react-navigation/drawer": "^5.12.9",
2525
"@react-navigation/native": "^5.9.8",
2626
"@react-navigation/stack": "^5.14.9",
2727
"@rneui/layout": "^0.0.0-alpha.4",
28-
"expo": "^44.0.6",
29-
"expo-app-loading": "~1.3.0",
30-
"expo-asset": "~8.4.6",
31-
"expo-font": "~10.0.5",
32-
"expo-linear-gradient": "~11.0.3",
33-
"expo-updates": "~0.11.7",
34-
"react": "17.0.2",
35-
"react-dom": "17.0.2",
36-
"react-native": "0.64.3",
28+
"expo": "^47.0.0",
29+
"expo-app-loading": "~2.1.1",
30+
"expo-asset": "~8.6.2",
31+
"expo-font": "~11.0.1",
32+
"expo-linear-gradient": "~12.0.1",
33+
"expo-updates": "~0.15.6",
34+
"react": "18.1.0",
35+
"react-dom": "18.1.0",
36+
"react-native": "0.70.5",
3737
"react-native-appearance": "~0.3.4",
38-
"react-native-gesture-handler": "~2.1.3",
39-
"react-native-reanimated": "~2.3.3",
40-
"react-native-safe-area-context": "3.4.1",
41-
"react-native-screens": "~3.10.2",
42-
"react-native-svg": "12.3.0",
43-
"react-native-web": "^0.17.7"
38+
"react-native-gesture-handler": "~2.8.0",
39+
"react-native-reanimated": "~2.12.0",
40+
"react-native-safe-area-context": "4.4.1",
41+
"react-native-screens": "~3.18.0",
42+
"react-native-svg": "13.4.0",
43+
"react-native-web": "~0.18.7"
4444
},
4545
"devDependencies": {
46-
"@expo/webpack-config": "~0.16.2",
46+
"@expo/webpack-config": "^0.17.2",
4747
"babel-loader": "^8.2.5",
48-
"babel-preset-expo": "9.0.2",
49-
"jest-expo": "^44.0.1"
48+
"babel-preset-expo": "~9.2.1",
49+
"jest-expo": "^47.0.0"
5050
}
5151
}

0 commit comments

Comments
 (0)