Skip to content

Commit 44d7f89

Browse files
committed
upgrade expo
1 parent 365bedb commit 44d7f89

File tree

3 files changed

+4627
-5948
lines changed

3 files changed

+4627
-5948
lines changed

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -13,36 +13,36 @@
1313
},
1414
"dependencies": {
1515
"@expo/metro-config": "^0.5.2",
16-
"@expo/vector-icons": "^12.0.0",
16+
"@expo/vector-icons": "^13.0.0",
1717
"@react-native-community/masked-view": "0.1.10",
1818
"@react-navigation/bottom-tabs": "5.11.2",
1919
"@react-navigation/native": "~5.8.10",
2020
"@react-navigation/stack": "~5.12.8",
21-
"expo": "~40.0.0",
22-
"expo-asset": "~8.2.1",
23-
"expo-constants": "~9.3.0",
24-
"expo-font": "~8.4.0",
25-
"expo-linking": "~2.0.0",
26-
"expo-splash-screen": "~0.8.0",
27-
"expo-status-bar": "~1.0.3",
28-
"expo-web-browser": "~8.6.0",
21+
"expo": "^47.0.13",
22+
"expo-asset": "~8.7.0",
23+
"expo-constants": "~14.0.2",
24+
"expo-font": "~11.0.1",
25+
"expo-linking": "~3.3.0",
26+
"expo-splash-screen": "~0.17.5",
27+
"expo-status-bar": "~1.4.2",
28+
"expo-web-browser": "~12.0.0",
2929
"firebase": "^9.16.0",
3030
"native-base": "^3.4.25",
31-
"react": "16.13.1",
32-
"react-dom": "16.13.1",
33-
"react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz",
34-
"react-native-gesture-handler": "~1.8.0",
35-
"react-native-safe-area-context": "^3.3.2",
36-
"react-native-screens": "~2.15.0",
37-
"react-native-svg": "^12.1.1",
38-
"react-native-web": "~0.13.12"
31+
"react": "18.1.0",
32+
"react-dom": "18.1.0",
33+
"react-native": "0.70.5",
34+
"react-native-gesture-handler": "~2.8.0",
35+
"react-native-safe-area-context": "4.4.1",
36+
"react-native-screens": "~3.18.0",
37+
"react-native-svg": "13.4.0",
38+
"react-native-web": "~0.18.7"
3939
},
4040
"devDependencies": {
41-
"@babel/core": "~7.9.0",
42-
"@types/react": "~16.9.35",
43-
"@types/react-native": "~0.63.2",
44-
"jest-expo": "~40.0.0",
45-
"typescript": "~4.0.0"
41+
"@babel/core": "^7.19.3",
42+
"@types/react": "~18.0.24",
43+
"@types/react-native": "~0.70.6",
44+
"jest-expo": "^47.0.0",
45+
"typescript": "^4.6.3"
4646
},
4747
"private": true
4848
}

tsconfig.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@
22
"compilerOptions": {
33
"allowSyntheticDefaultImports": true,
44
"jsx": "react-native",
5-
"lib": ["dom", "esnext"],
5+
"lib": [
6+
"dom",
7+
"esnext"
8+
],
69
"moduleResolution": "node",
710
"noEmit": true,
811
"skipLibCheck": true,
912
"resolveJsonModule": true,
1013
"strict": true
11-
}
14+
},
15+
"extends": "expo/tsconfig.base"
1216
}

0 commit comments

Comments
 (0)