From 9173d98070a0463b352625c2e50d20543f7c12fb Mon Sep 17 00:00:00 2001 From: piotrruss Date: Mon, 9 May 2022 21:56:24 +0100 Subject: Created a new Expo app --- app.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 app.json (limited to 'app.json') diff --git a/app.json b/app.json new file mode 100644 index 0000000..c0e5576 --- /dev/null +++ b/app.json @@ -0,0 +1,33 @@ +{ + "expo": { + "name": "AwesomeProject", + "slug": "AwesomeProject", + "version": "1.0.0", + "orientation": "portrait", + "icon": "./assets/icon.png", + "userInterfaceStyle": "light", + "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" + } + }, + "web": { + "favicon": "./assets/favicon.png" + } + } +} -- cgit v1.2.3