forked from UnivTexasArlington-Library/library_mobile_app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
80 lines (80 loc) · 1.86 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"expo": {
"extra": {
"eas": {
"projectId": "6f20fa30-9859-40f9-ae27-a33e8f556ef6"
}
},
"owner": "ej1seven",
"slug": "uta-libraries",
"plugins": [
[
"expo-notifications",
{
"icon": "./assets/uta-star-logo.png",
"color": "#003865",
"sounds": []
}
],
[
"expo-screen-orientation",
{
"initialOrientation": "DEFAULT"
}
],
"sentry-expo"
],
"name": "UTA Libraries",
"version": "1.0.0",
"ios": {
"buildNumber": "1.0.0",
"supportsTablet": true,
"config": {
"usesNonExemptEncryption": false,
"googleMaps": {
"apiKey": "AIzaSyB75GkI_prZqbBIEhrlzrvt_h_zcKGsuX8"
}
},
"requireFullScreen": true,
"bundleIdentifier": "com.ej1seven.utalibraries"
},
"icon": "./assets/adaptive-icon.png",
"backgroundColor": "#24180f",
"splash": {
"image": "./assets/uta-splashscreen.png",
"resizeMode": "contain",
"backgroundColor": "#003865"
},
"android": {
"package": "com.uta.uta_libraries",
"googleServicesFile": "./google-services.json",
"versionCode": 1,
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#003865"
},
"config": {
"googleMaps": {
"apiKey": "AIzaSyB75GkI_prZqbBIEhrlzrvt_h_zcKGsuX8"
}
}
},
"hooks": {
"postPublish": [
{
"file": "sentry-expo/upload-sourcemaps",
"config": {
"organization": "university-of-texas-7b6bbe67a",
"project": "react-native"
}
}
]
},
"runtimeVersion": {
"policy": "appVersion"
},
"updates": {
"url": "https://u.expo.dev/6f20fa30-9859-40f9-ae27-a33e8f556ef6"
}
}
}