-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathapp.json
More file actions
45 lines (45 loc) · 1012 Bytes
/
Copy pathapp.json
File metadata and controls
45 lines (45 loc) · 1012 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
{
"expo": {
"name": "APAM",
"slug": "apam",
"version": "4.0.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "simrs-mobile",
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
"splash": {
"image": "./assets/images/splash_transparent.png",
"resizeMode": "contain",
"backgroundColor": "#62B986"
},
"ios": {
"supportsTablet": true,
"bundleIdentifier": "id.mlite.apam"
},
"web": {
"bundler": "metro",
"output": "single",
"favicon": "./assets/images/favicon.png",
"themeColor": "#62B986"
},
"plugins": [
"expo-router",
"expo-font",
"expo-web-browser",
"@react-native-community/datetimepicker"
],
"experiments": {
"typedRoutes": true
},
"extra": {
"router": {},
"eas": {
"projectId": "159c6052-00e6-4773-8858-efb677e1d1ca"
}
},
"android": {
"package": "id.mlite.apam"
}
}
}