diff options
Diffstat (limited to 'app.json')
-rw-r--r-- | app.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/app.json b/app.json new file mode 100644 index 0000000..167a1ae --- /dev/null +++ b/app.json @@ -0,0 +1,26 @@ +{ + "expo": { + "name": "OrgRoamForceGraphReact", + "slug": "OrgRoamForceGraphReact", + "version": "1.0.0", + "orientation": "portrait", + "icon": "./assets/images/icon.png", + "splash": { + "image": "./assets/images/splash.png", + "resizeMode": "contain", + "backgroundColor": "#ffffff" + }, + "updates": { + "fallbackToCacheTimeout": 0 + }, + "assetBundlePatterns": [ + "**/*" + ], + "ios": { + "supportsTablet": true + }, + "web": { + "favicon": "./assets/images/favicon.png" + } + } +} |