aboutsummaryrefslogtreecommitdiffstats
path: root/app.json
diff options
context:
space:
mode:
authorLibravatarLibravatar Biswakalyan Bhuyan <[email protected]> 2024-10-16 16:18:13 +0530
committerLibravatarLibravatar Biswakalyan Bhuyan <[email protected]> 2024-10-16 16:18:13 +0530
commitf9af2a7f47dc23ff138a226b5b3cedf1f50d0776 (patch)
treef705215bc15ffd2380939c7e1943721552076e05 /app.json
parent492082e3b0467d15c0cee63a723b8f6172a5294f (diff)
downloadyt-local-f9af2a7f47dc23ff138a226b5b3cedf1f50d0776.tar.gz
yt-local-f9af2a7f47dc23ff138a226b5b3cedf1f50d0776.tar.bz2
yt-local-f9af2a7f47dc23ff138a226b5b3cedf1f50d0776.zip
Initialize Expo project with App.js and config
Diffstat (limited to 'app.json')
-rw-r--r--app.json25
1 files changed, 10 insertions, 15 deletions
diff --git a/app.json b/app.json
index 027e28e..cc8d685 100644
--- a/app.json
+++ b/app.json
@@ -1,27 +1,22 @@
{
"expo": {
- "name": "Mallapp",
- "slug": "Mallapp",
+ "name": "MailApp",
+ "slug": "mail-app",
"version": "1.0.0",
"orientation": "portrait",
+ "platforms": ["ios", "android"],
"icon": "./assets/icon.png",
- "userInterfaceStyle": "light",
"splash": {
- "image": "./assets/splash.png",
+ "image": "./assets/icon.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
- "ios": {
- "supportsTablet": true
+ "updates": {
+ "fallbackToCacheTimeout": 0
},
- "android": {
- "adaptiveIcon": {
- "foregroundImage": "./assets/adaptive-icon.png",
- "backgroundColor": "#ffffff"
- }
- },
- "web": {
- "favicon": "./assets/favicon.png"
- }
+ "assetBundlePatterns": [
+ "**/*"
+ ]
}
}
+