-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
44 lines (44 loc) · 1.09 KB
/
app.json
File metadata and controls
44 lines (44 loc) · 1.09 KB
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
{
"expo": {
"userInterfaceStyle": "automatic",
"name": "GroupStatus",
"slug": "GroupStatus",
"version": "6.0.0",
"orientation": "portrait",
"icon": "./assets/images/my-icon.png",
"splash": {
"image": "./assets/images/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true,
"usesAppleSignIn": true,
"requireFullScreen": true,
"userInterfaceStyle": "light",
"buildNumber": "6.0.0"
},
"android": {
"package": "com.flohop.groupstatus",
"googleServicesFile": "./google-services.json",
"versionCode": 6,
"adaptiveIcon": {
"foregroundImage": "./assets/images/my-adaptive-icon.png",
"backgroundColor": "#FFFFFF"
},
"icon": "./assets/images/my-icon.png",
"userInterfaceStyle": "dark"
},
"web": {
"favicon": "./assets/images/favicon.png"
},
"scheme": "groupstatus",
"description": ""
}
}