forked from FiberJW/pul
-
Notifications
You must be signed in to change notification settings - Fork 0
/
exp.json
61 lines (61 loc) · 1.35 KB
/
exp.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
{
"name": "PÜL",
"description": "A carpooling app designed for students to help each other get more involved in their community.",
"slug": "pul",
"sdkVersion": "17.0.0",
"version": "1.0.0",
"orientation": "portrait",
"primaryColor": "#cccccc",
"icon": "http://i.imgur.com/FB7xWqw.png",
"notification": {
"icon": "http://i.imgur.com/RAKQ1Aw.png",
"color": "#000000"
},
"privacy": "public",
"loading": {
"icon": "http://i.imgur.com/uXzacrP.png",
"hideExponentText": true
},
"packagerOpts": {
"assetExts": [
"ttf",
"mp4",
"jpg"
]
},
"ios": {
"bundleIdentifier": "io.github.datwheat.pul",
"buildNumber": "8",
"config": {
"usesNonExemptEncryption": false
},
"supportsTablet": false,
"infoPlist": {
"LSApplicationQueriesSchemes": [
"waze",
"lyft"
]
}
},
"android": {
"package": "io.github.datwheat.pul",
"versionCode": 8,
"config": {
"googleMaps": {
"apiKey": "AIzaSyAgFjSKPvJ-YjqpN-uSdyQYFzaJSTWhmSA"
}
}
},
"hooks": {
"postPublish": [
{
"file": "sentry-expo/upload-sourcemaps",
"config": {
"organization": "juwan-wheatley",
"project": "pul",
"authToken": "ba831e90c8b5421b907731c3bc77415161fa905c437e4572ae79ad2192886adc"
}
}
]
}
}