-
Notifications
You must be signed in to change notification settings - Fork 1
/
exp.staging.json
47 lines (47 loc) · 1.27 KB
/
exp.staging.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
{
"name": "Staging Nomii Rewards",
"description": "Nomii Rewards App - Staging",
"slug": "nomii-rewards-exponentjs-staging",
"privacy": "public",
"sdkVersion": "17.0.0",
"version": "1.4.0",
"orientation": "portrait",
"primaryColor": "#e8314a",
"icon": "./public/images/nomii-rewards-app-icon_512.png",
"notification": {
"icon": "./public/images/nomii-rewards-app-icon_192.png",
"color": "#e8314a",
"androidMode": "collapse",
"androidCollapsedTitle": "You have several cards expiring soon"
},
"loading": {
"icon": "./public/images/round-corner-app-icon_192.png",
"hideExponentText": true,
"backgroundColor": "#e8314a"
},
"scheme": "nomii",
"packagerOpts": {
"assetExts": ["ttf"]
},
"ios": {
"bundleIdentifier": "ca.nomii.rewards.staging"
},
"facebookScheme": "fb1933027890253863",
"android": {
"package": "com.nomii.rewards.staging",
"versionCode": 8
},
"androidShowExponentNotificationInShellApp": false,
"hooks": {
"postPublish": [
{
"file": "sentry-expo/upload-sourcemaps",
"config": {
"organization": "nomii",
"project": "nomii-rewards-staging",
"authToken": "527bb3022e1249d697ea211cd721fe7403c69cb3faba4dae88aeea7668b541dc"
}
}
]
}
}