Browse Source

setup

master
Dslak 6 years ago
parent
commit
767cc535e3
  1. 5
      vds-app/app.json
  2. 2
      vds-app/package.json

5
vds-app/app.json

@ -17,6 +17,11 @@
"fallbackToCacheTimeout": 10 "fallbackToCacheTimeout": 10
}, },
"assetBundlePatterns": ["**/*"], "assetBundlePatterns": ["**/*"],
"android": {
"config": {
"googleMobileAdsAppId": "ca-app-pub-4145771316565790~1876877627"
}
},
"ios": { "ios": {
"supportsTablet": true "supportsTablet": true
} }

2
vds-app/package.json

@ -9,8 +9,10 @@
}, },
"dependencies": { "dependencies": {
"expo": "^35.0.0", "expo": "^35.0.0",
"expo-ads-admob": "~7.0.0",
"react": "16.8.3", "react": "16.8.3",
"react-native": "https://github.com/expo/react-native/archive/sdk-35.0.0.tar.gz", "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-gesture-handler": "~1.3.0",
"react-native-reanimated": "~1.2.0", "react-native-reanimated": "~1.2.0",
"react-navigation": "^3.6.1" "react-navigation": "^3.6.1"

Loading…
Cancel
Save