-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
55 lines (55 loc) · 1.29 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
54
55
{
"expo": {
"name": "DoneWithIt",
"slug": "donewithit",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./app/assets/test_logo.png",
"userInterfaceStyle": "light",
"splash": {
"image": "./app/assets/splash.png",
"resizeMode": "cover",
"backgroundColor": "#e63c4b"
},
"updates": {
"fallbackToCacheTimeout": 0,
"url": "https://u.expo.dev/d43093ef-5c76-4a60-8070-2866431a320f"
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true
},
"description": "A marketplace for selling the stuff don't need anymore.",
"notification": {
"iosDisplayInForeground": true
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./app/assets/splash.png",
"backgroundColor": "#e63c4b"
},
"package": "com.atakanb.DoneWithIt"
},
"web": {
"favicon": "./app/assets/test_logo.png"
},
"plugins": [
"expo-secure-store",
"@bugsnag/plugin-expo-eas-sourcemaps"
],
"extra": {
"eas": {
"projectId": "ec47c2e8-06c1-47f0-96ab-8f9801174867"
},
"bugsnag": {
"apiKey": "9309e645bca4c80e4943f78dae8a5efd"
}
},
"runtimeVersion": {
"policy": "appVersion"
},
"owner": "atakanb"
}
}