From f426d0d407335f9db6259a7a77c01ade9a01593b Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Sun, 10 Mar 2024 21:48:40 +0000 Subject: Initial commit Generated by create-expo-app 2.1.1. --- app.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 app.json (limited to 'app.json') diff --git a/app.json b/app.json new file mode 100644 index 00000000..c17bfdb1 --- /dev/null +++ b/app.json @@ -0,0 +1,30 @@ +{ + "expo": { + "name": "hoarder-mobile", + "slug": "hoarder-mobile", + "version": "1.0.0", + "orientation": "portrait", + "icon": "./assets/icon.png", + "userInterfaceStyle": "light", + "splash": { + "image": "./assets/splash.png", + "resizeMode": "contain", + "backgroundColor": "#ffffff" + }, + "assetBundlePatterns": [ + "**/*" + ], + "ios": { + "supportsTablet": true + }, + "android": { + "adaptiveIcon": { + "foregroundImage": "./assets/adaptive-icon.png", + "backgroundColor": "#ffffff" + } + }, + "web": { + "favicon": "./assets/favicon.png" + } + } +} -- cgit v1.2.3-70-g09d2