diff options
author | 2024-10-16 14:25:19 +0530 | |
---|---|---|
committer | 2024-10-16 14:25:19 +0530 | |
commit | 492082e3b0467d15c0cee63a723b8f6172a5294f (patch) | |
tree | cb9741c7d7ada3b02c46fef95f467709a6afc873 /app.json | |
download | yt-local-492082e3b0467d15c0cee63a723b8f6172a5294f.tar.gz yt-local-492082e3b0467d15c0cee63a723b8f6172a5294f.tar.bz2 yt-local-492082e3b0467d15c0cee63a723b8f6172a5294f.zip |
Created a new Expo app
Diffstat (limited to 'app.json')
-rw-r--r-- | app.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/app.json b/app.json new file mode 100644 index 0000000..027e28e --- /dev/null +++ b/app.json @@ -0,0 +1,27 @@ +{ + "expo": { + "name": "Mallapp", + "slug": "Mallapp", + "version": "1.0.0", + "orientation": "portrait", + "icon": "./assets/icon.png", + "userInterfaceStyle": "light", + "splash": { + "image": "./assets/splash.png", + "resizeMode": "contain", + "backgroundColor": "#ffffff" + }, + "ios": { + "supportsTablet": true + }, + "android": { + "adaptiveIcon": { + "foregroundImage": "./assets/adaptive-icon.png", + "backgroundColor": "#ffffff" + } + }, + "web": { + "favicon": "./assets/favicon.png" + } + } +} |