diff options
Diffstat (limited to 'app.json')
-rw-r--r-- | app.json | 25 |
1 files changed, 10 insertions, 15 deletions
@@ -1,27 +1,22 @@ { "expo": { - "name": "Mallapp", - "slug": "Mallapp", + "name": "MailApp", + "slug": "mail-app", "version": "1.0.0", "orientation": "portrait", + "platforms": ["ios", "android"], "icon": "./assets/icon.png", - "userInterfaceStyle": "light", "splash": { - "image": "./assets/splash.png", + "image": "./assets/icon.png", "resizeMode": "contain", "backgroundColor": "#ffffff" }, - "ios": { - "supportsTablet": true + "updates": { + "fallbackToCacheTimeout": 0 }, - "android": { - "adaptiveIcon": { - "foregroundImage": "./assets/adaptive-icon.png", - "backgroundColor": "#ffffff" - } - }, - "web": { - "favicon": "./assets/favicon.png" - } + "assetBundlePatterns": [ + "**/*" + ] } } + |