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.
 
 
 
 

29 lines
640 B

{
"expo": {
"name": "VDS Quiz",
"slug": "VDS-Quiz",
"privacy": "public",
"sdkVersion": "35.0.0",
"platforms": ["ios", "android"],
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/logo.png",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#780062"
},
"updates": {
"fallbackToCacheTimeout": 10
},
"assetBundlePatterns": ["**/*"],
"android": {
"config": {
"googleMobileAdsAppId": "ca-app-pub-4145771316565790~1876877627"
}
},
"ios": {
"supportsTablet": true
}
}
}