From 2b720405ae3a19ac78fbf3e7231394364ba83c99 Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Mon, 11 Mar 2024 01:37:22 +0000 Subject: mobile: Prepare to merge into main repo --- packages/mobile/app.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 packages/mobile/app.json (limited to 'packages/mobile/app.json') diff --git a/packages/mobile/app.json b/packages/mobile/app.json new file mode 100644 index 00000000..9ebea4ea --- /dev/null +++ b/packages/mobile/app.json @@ -0,0 +1,34 @@ +{ + "expo": { + "name": "hoarder-mobile", + "slug": "hoarder-mobile", + "scheme": "hoarder", + "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" + }, + "plugins": [ + "expo-router" + ] + } +} -- cgit v1.2.3-70-g09d2