-
Notifications
You must be signed in to change notification settings - Fork 6
/
app.json
39 lines (39 loc) · 901 Bytes
/
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
{
"expo": {
"name": "Anime Twist",
"slug": "Anime-Twist",
"version": "1.8.3",
"orientation": "portrait",
"icon": "./assets/icon.png",
"androidStatusBar": {
"backgroundColor": "#191919",
"barStyle": "light-content"
},
"primaryColor": "#191919",
"splash": {
"backgroundColor": "#191919",
"image": "./assets/splash.png",
"resizeMode": "contain"
},
"updates": {
"fallbackToCacheTimeout": 10000
},
"assetBundlePatterns": [
"**/*"
],
"android": {
"adaptiveIcon": {
"backgroundColor": "#191919",
"foregroundImage": "./assets/iconAndroid.png"
},
"icon": "./assets/icon.png",
"package": "com.twist.anime",
"versionCode": 33
},
"ios": {
"buildNumber": "1.8.3",
"bundleIdentifier": "com.twist.anime",
"supportsTablet": true
}
}
}