-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
51 lines (51 loc) · 1.16 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
43
44
45
46
47
48
49
50
51
{
"expo": {
"name": "CUI ATD Companion",
"version": "0.0.7",
"slug": "cui_atd_companion",
"owner": "njbsyd",
"orientation": "default",
"icon": "./assets/Images/icon.png",
"userInterfaceStyle": "light",
"splash": {
"image": "./assets/Images/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.companion.cui.dev"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/Images/adaptive-icon.png",
"backgroundColor": "#ffffff"
},
"package": "com.companion.cui.dev"
},
"web": {
"favicon": "./assets/Images/favicon.png"
},
"plugins": [
"expo-font",
[
"expo-build-properties",
{
"android": {
"enableProguardInReleaseBuilds": true,
"enableShrinkResourcesInReleaseBuilds": true,
"useLegacyPackaging": true
}
}
]
],
"extra": {
"eas": {
"projectId": "59025cc1-7382-4c99-8997-7162207adc56"
}
}
}
}