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.

38 lines
772 B

{
"expo": {
"name": "Danovin",
"slug": "Danovin",
"version": "1.0.0",
"orientation": "portrait",
"userInterfaceStyle": "automatic",
"icon": "./assets/appLogo.png",
"scheme": "danovin",
"splash": {
"image": "",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.appsazz.RnDanovinExpo"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "",
"backgroundColor": "#FFFFFF"
3 years ago
},
"package": "com.appsazz.RnDanovinExpo"
},
"web": {
"favicon": ""
},
"description": ""
}
}