Skip to content

Instantly share code, notes, and snippets.

@dedSyn4ps3
Last active November 6, 2022 00:28
Show Gist options
  • Save dedSyn4ps3/4aac70fe2c34db6492fd81a373e713b6 to your computer and use it in GitHub Desktop.
Save dedSyn4ps3/4aac70fe2c34db6492fd81a373e713b6 to your computer and use it in GitHub Desktop.
{
"name": "example-app",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@react-navigation/bottom-tabs": "^6.4.0",
"@react-navigation/native": "^6.0.13",
"expo": "~46.0.16",
"expo-app-loading": "~2.1.0",
"expo-font": "~10.2.0",
"expo-status-bar": "~1.4.0",
"expo-system-ui": "~1.3.0",
"react": "18.0.0",
"react-native": "0.69.6",
"react-native-gesture-handler": "~2.5.0",
"react-native-paper": "^5.0.0-rc.8",
"react-native-reanimated": "~2.9.1",
"react-native-safe-area-context": "^4.3.1",
"react-native-screens": "~3.15.0",
"react-native-svg": "12.3.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/plugin-proposal-decorators": "^7.20.0"
},
"private": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment