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.
 
 
 
 

43 lines
977 B

{
"expo": {
"name": "VDS Quiz",
"slug": "VDS-Quiz",
"privacy": "public",
"sdkVersion": "35.0.0",
"platforms": [
"ios",
"android"
],
"version": "1.2.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "cover",
"backgroundColor": "#8c0072"
},
"updates": {
"fallbackToCacheTimeout": 10
},
"assetBundlePatterns": [
"**/*"
],
"android": {
"icon": "./assets/icon.png",
"package": "com.dslak.vdsquiz",
"permissions": [],
"versionCode": 2,
"config": {
"googleMobileAdsAppId": "ca-app-pub-4145771316565790~1876877627"
}
},
"ios": {
"icon": "./assets/iconIOS.png",
"bundleIdentifier": "com.dslak.vdsquiz",
"supportsTablet": true
},
"entryPoint": "node_modules/expo/AppEntry.js"
},
"displayName": "VDS Quiz",
"name": "VDS Quiz"
}