-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
41 lines (41 loc) · 1.01 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
{
"expo": {
"name": "ghost-contacts",
"slug": "snack-b2680d13-022e-425c-a603-11c2cc79567a",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
"backgroundColor": "#000000",
"platforms": [
"ios",
"android",
"web"
],
"splash": {
"image": "./assets/splash-icon.png",
"resizeMode": "contain",
"backgroundColor": "#000000",
"dark": {
"image": "./assets/splash-icon.png",
"resizeMode": "contain",
"backgroundColor": "#000000"
}
},
"ios": {
"supportsTablet": true
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#000000"
},
"package": "com.anonymous.snackb2680d13022e425ca60311c2cc79567a"
},
"web": {
"favicon": "./assets/favicon.png"
},
"description": "React Native app with secret contact list"
}
}