-
Notifications
You must be signed in to change notification settings - Fork 3
/
app.json
52 lines (52 loc) · 1.18 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
52
{
"expo": {
"name": "Connecting MHA",
"slug": "connecting-mha-app",
"version": "0.0.7",
"orientation": "portrait",
"owner": "ace-iot",
"icon": "./assets/icon.png",
"privacy": "public",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "cover",
"backgroundColor": "#170B47"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": ["**/*"],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.aceiotsolutions.connecting-mha-app"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/icon.adaptive.foreground.png",
"backgroundImage": "./assets/icon.adaptive.background.png"
},
"versionCode": 7,
"package": "com.aceiotsolutions.connecting_mha_app"
},
"web": {
"favicon": "./assets/favicon.png"
},
"extra": {
"eas": {
"projectId": "b4debb26-532a-47f3-8a70-aaac03231111"
}
},
"plugins": [
"expo-font",
"expo-localization",
[
"expo-build-properties",
{
"android": {
"usesCleartextTraffic": true
}
}
]
]
}
}