Skip to content

Commit 00e2955

Browse files
committed
refactor: upgrade expo version
1 parent 80075ca commit 00e2955

File tree

7 files changed

+3023
-3094
lines changed

7 files changed

+3023
-3094
lines changed
File renamed without changes.

exampleExpo/package.json

Lines changed: 25 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "exampleexpo",
33
"version": "1.0.0",
4-
"main": "index.js",
4+
"main": "index.ts",
55
"scripts": {
66
"android": "expo start -c --android",
77
"android:pretty": "PRETTY=true expo start -c --android",
@@ -17,45 +17,49 @@
1717
},
1818
"dependencies": {
1919
"@faker-js/faker": "^6.0.0-beta.0",
20-
"@react-native-picker/picker": "2.4.0",
20+
"@react-native-picker/picker": "2.4.2",
2121
"@react-navigation/core": "^6.1.0",
2222
"@react-navigation/native": "^6.0.6",
2323
"@react-navigation/native-stack": "^6.2.5",
2424
"@unimodules/core": "^7.1.2",
2525
"@unimodules/react-native-adapter": "^6.3.9",
2626
"babel-loader": "^8.2.3",
27-
"expo": "~45.0.0",
28-
"expo-blur": "~11.1.0",
29-
"expo-constants": "~13.1.1",
30-
"expo-status-bar": "~1.3.0",
27+
"expo": "^46.0.0",
28+
"expo-blur": "~11.2.0",
29+
"expo-constants": "~13.2.3",
30+
"expo-status-bar": "~1.4.0",
31+
"expo-updates": "~0.14.3",
3132
"metro-config": "^0.71.1",
32-
"react": "17.0.2",
33-
"react-dom": "17.0.2",
34-
"react-native": "0.68.2",
35-
"react-native-gesture-handler": "~2.2.1",
36-
"react-native-reanimated": "~2.8.0",
37-
"react-native-safe-area-context": "4.2.4",
38-
"react-native-screens": "~3.11.1",
33+
"react": "18.0.0",
34+
"react-dom": "18.0.0",
35+
"react-native": "0.69.3",
36+
"react-native-gesture-handler": "~2.5.0",
37+
"react-native-reanimated": "~2.9.1",
38+
"react-native-safe-area-context": "4.3.1",
39+
"react-native-screens": "~3.15.0",
3940
"react-native-snap-carousel": "^3.9.1",
40-
"react-native-web": "0.17.7"
41+
"react-native-web": "~0.18.7"
4142
},
4243
"devDependencies": {
43-
"@babel/core": "^7.12.9",
44+
"@babel/core": "^7.18.6",
4445
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
4546
"@babel/runtime": "^7.9.6",
46-
"@expo/webpack-config": "~0.16.2",
47-
"@types/react": "~17.0.21",
47+
"@expo/webpack-config": "^0.17.0",
48+
"@types/react": "~18.0.0",
4849
"@types/react-native-snap-carousel": "^3.8.5",
4950
"babel-plugin-inline-dotenv": "^1.6.0",
51+
"babel-plugin-module-resolver": "^4.1.0",
5052
"babel-plugin-react-native-web": "^0.17.5",
51-
"babel-preset-expo": "9.0.2",
52-
"expo-cli": "^5.4.10",
53+
"babel-preset-expo": "~9.2.0",
54+
"expo-cli": "^6.0.1",
5355
"fiction-expo-restart": "^1.1.0",
5456
"gh-pages": "^3.2.3",
55-
"typescript": "~4.3.5"
57+
"react-error-overlay": "6.0.9",
58+
"typescript": "^4.6.3"
5659
},
5760
"resolutions": {
58-
"@types/react": "^17"
61+
"@types/react": "^17",
62+
"react-error-overlay": "6.0.9"
5963
},
6064
"private": true
6165
}

exampleExpo/webpack.config.js

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)