Skip to content

Commit 6310358

Browse files
committed
fix: upgraded example app to expo sdk 53
1 parent ac55af3 commit 6310358

3 files changed

Lines changed: 2598 additions & 4603 deletions

File tree

example/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"web": "expo start --web"
1010
},
1111
"dependencies": {
12-
"expo": "^51.0.38",
13-
"react": "18.2.0",
14-
"react-dom": "18.3.1",
15-
"react-native": "0.75.5",
16-
"react-native-web": "~0.19.10"
12+
"expo": "^53.0.0",
13+
"react": "19.0.0",
14+
"react-dom": "19.0.0",
15+
"react-native": "0.79.2",
16+
"react-native-web": "^0.20.0"
1717
},
1818
"devDependencies": {
1919
"@babel/core": "^7.24.0",

0 commit comments

Comments
 (0)