You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

31 lines
899 B

{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"build-android": "expo build:android -t app-bundle",
"build-ios": "expo build:ios",
"ios": "expo start --ios",
"eject": "expo eject",
"lint": "eslint ."
},
"dependencies": {
"expo": "^35.0.0",
"expo-ads-admob": "~7.0.0",
"expo-permissions": "^7.0.0",
"react": "16.8.3",
"react-native": "https://github.com/expo/react-native/archive/sdk-35.0.0.tar.gz",
"react-native-admob": "1.3.2",
"react-native-gesture-handler": "^1.3.0",
"react-native-reanimated": "^1.2.0",
"react-native-screens": "^2.9.0",
"react-navigation": "^3.6.1"
},
"devDependencies": {
"babel-preset-expo": "^7.0.0",
"eslint": "^5.16.0",
"eslint-config-handlebarlabs": "^0.0.3",
"prettier": "^1.16.4"
},
"private": true
}