-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
46 lines (46 loc) · 980 Bytes
/
app.json
File metadata and controls
46 lines (46 loc) · 980 Bytes
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
{
"expo": {
"newArchEnabled": true,
"androidNavigationBar": {
"visible": "sticky-immersive"
},
"name": "Apex",
"slug": "apex",
"version": "2.0.2",
"orientation": "portrait",
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": ["**/*"],
"icon": "./assets/icon.png",
"splash": {
"image": "./assets/icon.png",
"backgroundColor": "#000000"
},
"ios": {
"bundleIdentifier": "com.wsite.apex",
"buildNumber": "3"
},
"android": {
"permissions": [],
"package": "com.wsite.apex",
"edgeToEdgeEnabled": true
},
"plugins": [
"expo-asset",
"expo-font",
"expo-localization",
[
"expo-sensors",
{
"motionPermission": "Allow $(PRODUCT_NAME) to access your device motion"
}
]
],
"extra": {
"eas": {
"projectId": "09c5a6c1-b427-41d3-9e82-17c8492ddd06"
}
}
}
}