-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
42 lines (42 loc) · 1.03 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
{
"expo": {
"name": "cannasseur",
"description": "Become your own cannabis expert",
"slug": "cannasseur",
"privacy": "public",
"sdkVersion": "30.0.0",
"platforms": ["ios"],
"version": "1.0.5",
"orientation": "portrait",
"icon": "./assets/cannabis.png",
"primaryColor": "#F4F3EF",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#F4F3EF"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": ["**/*"],
"ios": {
"supportsTablet": false,
"bundleIdentifier": "com.alexandermtang.cannasseur"
},
"android": {
"package": "com.alexandermtang.cannasseur"
},
"hooks": {
"postPublish": [
{
"file": "sentry-expo/upload-sourcemaps",
"config": {
"organization": "alex-tang",
"project": "cannasseur",
"authToken": "979d1ee320f14a8a8000eec01d5f6383bb9cebfc1bfe4b20b4f7dbcf4146ed45"
}
}
]
}
}
}