-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
42 lines (42 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
42
{
"expo": {
"name": "JepRia Feature",
"description": "JepRia Feature - Expo standalone",
"slug": "feature-expo-standalone-demo",
"privacy": "public",
"sdkVersion": "36.0.0",
"platforms": [
"ios",
"android"
],
"version": "1.0.5",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"ios": {
"bundleIdentifier": "org.jepria.feature.demo",
"supportsTablet": false,
"splash": {
"backgroundColor": "#175767",
"resizeMode": "contain",
"image": "./assets/images/splash-logo.png",
"tabletImage": "./assets/images/splash-logo.png"
},
"buildNumber": "1.0.4"
},
"android": {
"package": "org.jepria.feature.demo",
"permissions": [
"USE_FINGERPRINT"
],
"versionCode": 8,
"splash": {
"backgroundColor": "#175767",
"resizeMode": "contain",
"xxxhdpi": "./assets/images/splash-logo.png"
}
},
"updates": {
"enabled": true
}
}
}