From 829998568f4e8a44971a9fe7e46a76ec9316cc81 Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Mon, 18 Feb 2019 16:09:52 -0700 Subject: fixed folder structure --- mobile/app.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 mobile/app.json (limited to 'mobile/app.json') diff --git a/mobile/app.json b/mobile/app.json new file mode 100644 index 0000000..48162b1 --- /dev/null +++ b/mobile/app.json @@ -0,0 +1,29 @@ +{ + "expo": { + "name": "hello-world", + "slug": "hello-world", + "privacy": "public", + "sdkVersion": "32.0.0", + "platforms": [ + "ios", + "android" + ], + "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 + } + } +} \ No newline at end of file -- cgit v1.2.3