-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
48 lines (48 loc) · 1.15 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
48
{
"expo": {
"name": "SRU",
"slug": "SRU",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/app_logo.png",
"platforms": [
"ios",
"android"
],
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"splash": {
"image": "./assets/splash/splash.png",
"backgroundColor": "#222B45",
"resizeMode": "contain"
},
"supportsTablet": true,
"bundleIdentifier": "com.batch31.SRU"
},
"android": {
"splash": {
"mdpi": "./assets/splash/splash-mdpi.png",
"hdpi": "./assets/splash/splash-hdpi.png",
"xhdpi": "./assets/splash/splash-xhdpi.png",
"xxhdpi": "./assets/splash/splash-xxhdpi.png",
"xxxhdpi": "./assets/splash/splash-xxxhdpi.png",
"backgroundColor": "#222B45",
"resizeMode": "contain"
},
"adaptiveIcon": {
"foregroundImage": "./assets/app_logo.png",
"backgroundColor": "#222B45"
},
"package": "com.batch31.SRU"
},
"web": {
"favicon": "./assets/favicon.png"
},
"description": ""
}
}