-
Notifications
You must be signed in to change notification settings - Fork 4
/
app.json
executable file
·38 lines (38 loc) · 930 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
{
"expo": {
"name": "Star Jump",
"slug": "starjump",
"privacy": "public",
"sdkVersion": "36.0.0",
"platforms": [
"ios",
"android"
],
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "cover",
"backgroundColor": "#191919"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "br.com.sesisenaibetim.starbots.starjump"
},
"isDetached": false,
"detach": {
"androidExpoViewUrl": "https://s3.amazonaws.com/exp-exponent-view-code/android-v2.10.5-sdk32.0.0-cfdf42e8-f9b5-4ddd-84fd-2f2aacffe2c1.tar.gz"
},
"scheme": "expf0cdd02b50834d9aaf5f79bdb9b67b9f",
"android": {
"package": "br.com.devdavi.starjump"
}
}
}