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.
33 lines
704 B
33 lines
704 B
{ |
|
"expo": { |
|
"name": "RnDanovinExpo", |
|
"slug": "RnDanovinExpo", |
|
"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 |
|
}, |
|
"android": { |
|
"adaptiveIcon": { |
|
"foregroundImage": "./assets/adaptive-icon.png", |
|
"backgroundColor": "#FFFFFF" |
|
}, |
|
"package": "com.appsazz.RnDanovinExpo" |
|
}, |
|
"web": { |
|
"favicon": "./assets/favicon.png" |
|
} |
|
} |
|
}
|
|
|