Skip to content

Instantly share code, notes, and snippets.

@jiehanzheng
Last active April 4, 2023 05:58
Show Gist options
  • Save jiehanzheng/c4c7503df2312b1864fb996e6a99f2ce to your computer and use it in GitHub Desktop.
Save jiehanzheng/c4c7503df2312b1864fb996e6a99f2ce to your computer and use it in GitHub Desktop.
{
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"expo": "~48.0.10",
"expo-constants": "~14.2.1",
"expo-linking": "~4.0.1",
"expo-router": "^1.2.0",
"expo-splash-screen": "~0.18.1",
"expo-status-bar": "~1.4.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.71.6",
"react-native-gesture-handler": "~2.9.0",
"react-native-reanimated": "~2.14.4",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-web": "~0.18.7"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9"
},
"resolutions": {
"metro": "^0.73.7",
"metro-resolver": "^0.73.7"
},
"overrides": {
"metro": "^0.73.7",
"metro-resolver": "^0.73.7"
},
"name": "example-router-app",
"version": "1.0.0",
"private": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment