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.
|
|
|
{
|
|
|
|
"expo": {
|
|
|
|
"name": "VDS Quiz",
|
|
|
|
"slug": "VDS-Quiz",
|
|
|
|
"privacy": "public",
|
|
|
|
"sdkVersion": "35.0.0",
|
|
|
|
"platforms": ["ios", "android"],
|
|
|
|
"version": "1.0.0",
|
|
|
|
"orientation": "portrait",
|
|
|
|
"icon": "./assets/icon.png",
|
|
|
|
"splash": {
|
|
|
|
"image": "./assets/splash.png",
|
|
|
|
"resizeMode": "contain",
|
|
|
|
"backgroundColor": "#ffffff"
|
|
|
|
},
|
|
|
|
"updates": {
|
|
|
|
"fallbackToCacheTimeout": 0
|
|
|
|
},
|
|
|
|
"assetBundlePatterns": ["**/*"],
|
|
|
|
"ios": {
|
|
|
|
"supportsTablet": true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|