-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
53 lines (53 loc) · 1.54 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
53
{
"expo": {
"name": "Windesheim.AI",
"slug": "winsight",
"scheme": "windesheim.ai",
"version": "1.5.1",
"orientation": "portrait",
"icon": "./src/assets/images/Icon/icon.png",
"userInterfaceStyle": "light",
"splash": {
"image": "./src/assets/images/Icon/splash.png",
"resizeMode": "contain",
"backgroundColor": "#fffff0"
},
"assetBundlePatterns": ["*/"],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.windesheim.ai",
"buildNumber": "28",
"config": {
"usesNonExemptEncryption": false
}
},
"android": {
"package": "com.windesheim.ai",
"versionCode": 28,
"adaptiveIcon": {
"foregroundImage": "./src/assets/images/Icon/adaptive-icon.png",
"backgroundColor": "#fffff0"
}
},
"androidStatusBar": {
"backgroundColor": "#fff377",
"translucent": true
},
"web": {
"favicon": "./src/assets/images/Icon/favicon.png"
},
"extra": {
"eas": {
"projectId": "027fbe3b-d508-4eb7-8c16-d259e6d78041"
}
},
"runtimeVersion": {
"policy": "appVersion"
},
"updates": {
"url": "https://u.expo.dev/027fbe3b-d508-4eb7-8c16-d259e6d78041"
},
"owner": "luximus",
"plugins": ["expo-font"]
}
}