Skip to content

Commit 3061e30

Browse files
updated example to expo-48 (#465)
1 parent c10575d commit 3061e30

File tree

2 files changed

+2731
-1999
lines changed

2 files changed

+2731
-1999
lines changed

Example/package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -18,33 +18,33 @@
1818
"@react-navigation/bottom-tabs": "^6.0.5",
1919
"@react-navigation/native": "^6.0.2",
2020
"@react-navigation/native-stack": "^6.1.0",
21-
"expo": "~45.0.0",
22-
"expo-asset": "~8.5.0",
23-
"expo-constants": "~13.1.1",
24-
"expo-font": "~10.1.0",
25-
"expo-linking": "~3.1.0",
26-
"expo-splash-screen": "~0.15.1",
27-
"expo-status-bar": "~1.3.0",
28-
"expo-system-ui": "~1.2.0",
29-
"expo-web-browser": "~10.2.0",
30-
"react": "17.0.2",
31-
"react-dom": "17.0.2",
32-
"react-native": "0.68.2",
33-
"react-native-gesture-handler": "~2.2.1",
34-
"react-native-reanimated": "~2.10.0",
35-
"react-native-safe-area-context": "4.2.4",
36-
"react-native-screens": "~3.11.1",
21+
"expo": "^48.0.0",
22+
"expo-asset": "~8.9.1",
23+
"expo-constants": "~14.2.1",
24+
"expo-font": "~11.1.1",
25+
"expo-linking": "~4.0.1",
26+
"expo-splash-screen": "~0.18.1",
27+
"expo-status-bar": "~1.4.4",
28+
"expo-system-ui": "~2.2.1",
29+
"expo-web-browser": "~12.1.1",
30+
"react": "18.2.0",
31+
"react-dom": "18.2.0",
32+
"react-native": "0.71.3",
33+
"react-native-gesture-handler": "~2.9.0",
34+
"react-native-reanimated": "~2.14.4",
35+
"react-native-safe-area-context": "4.5.0",
36+
"react-native-screens": "~3.20.0",
3737
"react-native-swipeable-item": "^2.0.2",
38-
"react-native-web": "0.17.7"
38+
"react-native-web": "~0.18.11"
3939
},
4040
"devDependencies": {
41-
"@babel/core": "^7.12.9",
42-
"@types/react": "~17.0.21",
41+
"@babel/core": "^7.20.0",
42+
"@types/react": "~18.0.27",
4343
"@types/react-native": "~0.66.13",
44-
"jest": "^26.6.3",
45-
"jest-expo": "~45.0.0",
44+
"jest": "^29.2.1",
45+
"jest-expo": "^48.0.0",
4646
"react-test-renderer": "17.0.2",
47-
"typescript": "~4.3.5"
47+
"typescript": "^4.9.4"
4848
},
4949
"private": true
5050
}

0 commit comments

Comments
 (0)