We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 503146d commit 9b6646bCopy full SHA for 9b6646b
3 files changed
KonditionExpo/app.json
@@ -8,18 +8,13 @@
8
"scheme": "konditionexpo",
9
"userInterfaceStyle": "automatic",
10
"newArchEnabled": true,
11
+ "notification": {
12
+ "vapidPublicKey": "BHIYUSgOOx7MC1EXPT5HSZ6snrLWCe4uV2tloytm3uB8rZtTiNl5234SLOWPzdBa8TcIr1CubVkh_8jXipesK8E",
13
+ "serviceWorkerPath": "service-worker.js"
14
+ },
15
"ios": {
16
"supportsTablet": true
17
},
- "plugins": [
- [
- "expo-notifications",
- {
18
- "icon": "./assets/images/bell.png",
19
- "color": "#ffffff"
20
- }
21
- ]
22
- ],
23
"android": {
24
"adaptiveIcon": {
25
"foregroundImage": "./assets/images/adaptive-icon.png",
@@ -42,6 +37,13 @@
42
37
"resizeMode": "contain",
43
38
"backgroundColor": "#ffffff"
44
39
}
40
+ ],
41
+ [
+ "expo-notifications",
+ {
+ "icon": "./assets/images/bell.png",
45
+ "color": "#ffffff"
46
+ }
47
]
48
],
49
"experiments": {
0 commit comments