-
Notifications
You must be signed in to change notification settings - Fork 8
/
app.json
39 lines (39 loc) · 823 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": "次元饭",
"slug": "acgnfuns",
"privacy": "public",
"sdkVersion": "32.0.0",
"packagerOpts": {
"nonPersistent": "--nonPersistent"
},
"platforms": [
"ios",
"android"
],
"version": "1.0.2",
"orientation": "portrait",
"icon": "./src/assets/images/icon.png",
"splash": {
"image": "./src/assets/images/splash.png",
"resizeMode": "cover",
"backgroundColor": "#000000"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": false,
"bundleIdentifier": "com.acgnfuns.acgn",
"buildNumber": "1.0.2"
},
"android": {
"package": "com.acgnfuns.acgn",
"versionCode": 2
},
"description": ""
}
}