-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathapp.json
47 lines (47 loc) · 1.2 KB
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"expo": {
"name": "Hamburgueseria Umami",
"description": "Hamburgueseria Umami",
"slug": "umami-burger",
"version": "3.1.15",
"owner": "ifmael",
"orientation": "portrait",
"icon": "./src/assets/ios.png",
"splash": {
"image": "./src/assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": ["**/*"],
"android": {
"adaptiveIcon": {
"foregroundImage": "./src/assets/android.png",
"backgroundColor": "#FFF"
},
"userInterfaceStyle": "light",
"package": "com.ifmael.umami",
"versionCode": 490030115,
"permissions": ["ACCESS_FINE_LOCATION"]
},
"androidStatusBar": {
"barStyle": "dark-content"
},
"ios": {
"supportsTablet": false,
"userInterfaceStyle": "light",
"bundleIdentifier": "com.ifmaeles.umami2",
"buildNumber": "3.1.14",
"infoPlist": {
"NSLocationWhenInUseUsageDescription": "Para enviar tu pedido a casa."
}
},
"web": {
"favicon": "./src/assets/favicon.png"
},
"primaryColor": "#FFFFFF",
"jsEngine": "hermes"
}
}