Skip to content

Commit ed83ee1

Browse files
committed
chore(example-app): ⬆️ update expo to the latest sdk
1 parent 02a9fdc commit ed83ee1

File tree

3 files changed

+2329
-2403
lines changed

3 files changed

+2329
-2403
lines changed

example/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { registerRootComponent } from "expo";
22

33
import App from "./src/App";
44

5+
import "react-native-gesture-handler";
56
// registerRootComponent calls AppRegistry.registerComponent('main', () => App);
67
// It also ensures that whether you load the app in the Expo client or in a native build,
78
// the environment is set up appropriately

example/package.json

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -11,33 +11,32 @@
1111
"start": "expo start"
1212
},
1313
"dependencies": {
14-
"@react-navigation/drawer": "6.5.0",
15-
"@react-navigation/native": "6.0.13",
16-
"expo": "44.0.6",
17-
"react": "17.0.1",
18-
"react-dom": "17.0.1",
19-
"react-native": "0.64.3",
20-
"react-native-gesture-handler": "~2.1.0",
14+
"@react-navigation/drawer": "^6.5.3",
15+
"@react-navigation/native": "^6.0.16",
16+
"expo": "^47.0.0",
17+
"react": "18.1.0",
18+
"react-dom": "18.1.0",
19+
"react-native": "0.70.5",
20+
"react-native-gesture-handler": "~2.8.0",
2121
"react-native-popper": "0.3.2",
22-
"react-native-reanimated": "2.3.1",
23-
"react-native-safe-area-context": "3.3.2",
24-
"react-native-screens": "3.10.1",
25-
"react-native-web": "0.18.9",
22+
"react-native-reanimated": "2.12.0",
23+
"react-native-safe-area-context": "4.4.1",
24+
"react-native-screens": "~3.18.0",
25+
"react-native-web": "~0.18.7",
2626
"twrnc": "3.4.1"
2727
},
2828
"devDependencies": {
29-
"@babel/core": "7.18.9",
29+
"@babel/core": "^7.19.3",
3030
"@babel/runtime": "7.18.9",
31-
"@types/react": "17.0.30",
32-
"@types/react-native": "0.64.24",
31+
"@types/react": "~18.0.24",
32+
"@types/react-native": "~0.70.6",
3333
"babel-loader": "8.2.5",
3434
"babel-plugin-module-resolver": "4.1.0",
35-
"babel-preset-expo": "9.1.0",
35+
"babel-preset-expo": "~9.2.1",
3636
"expo-cli": "6.0.0"
3737
},
3838
"resolutions": {
39-
"**/@types/react": "17.0.30",
4039
"react-error-overlay": "6.0.11",
41-
"react-native-reanimated": "2.3.1"
40+
"react-native-reanimated": "2.12.0"
4241
}
4342
}

0 commit comments

Comments
 (0)