Skip to content

Commit 884f383

Browse files
Merge pull request #263 from web-ridge/expo-48-example
chore: Update example app to use Expo 48.
2 parents 4876d0e + 4da9486 commit 884f383

File tree

3 files changed

+1065
-3902
lines changed

3 files changed

+1065
-3902
lines changed

example/package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,18 @@
1313
},
1414
"dependencies": {
1515
"add": "^2.0.6",
16-
"expo": "^47.0.13",
17-
"expo-splash-screen": "~0.17.5",
18-
"react": "18.1.0",
19-
"react-dom": "18.1.0",
20-
"react-native": "0.70.5",
16+
"expo": "^48.0.5",
17+
"expo-splash-screen": "~0.18.1",
18+
"react": "18.2.0",
19+
"react-dom": "18.2.0",
20+
"react-native": "0.71.3",
2121
"react-native-paper": "^5.2.0",
2222
"react-native-web": "~0.18.12"
2323
},
2424
"devDependencies": {
2525
"@babel/core": "^7.21.0",
2626
"@babel/runtime": "^7.21.0",
2727
"babel-plugin-module-resolver": "^4.0.0",
28-
"babel-preset-expo": "~9.2.1",
29-
"expo-cli": "^6.3.2"
28+
"babel-preset-expo": "^9.3.0"
3029
}
3130
}

0 commit comments

Comments
 (0)