Notifications working
This commit is contained in:
13
app.json
13
app.json
@@ -25,7 +25,8 @@
|
||||
"foregroundImage": "./assets/icon.png",
|
||||
"backgroundColor": "#FFFFFF"
|
||||
},
|
||||
"package": "com.emi.social"
|
||||
"package": "com.emi.social",
|
||||
"googleServicesFile": "./google-services.json"
|
||||
},
|
||||
"web": {
|
||||
"favicon": "./assets/favicon.png"
|
||||
@@ -37,15 +38,7 @@
|
||||
},
|
||||
"plugins": [
|
||||
[
|
||||
"expo-notifications",
|
||||
{
|
||||
"icon": "./local/assets/notification-icon.png",
|
||||
"color": "#ffffff",
|
||||
"sounds": [
|
||||
"./local/assets/notification-sound.wav",
|
||||
"./local/assets/notification-sound-other.wav"
|
||||
]
|
||||
}
|
||||
"expo-notifications"
|
||||
]
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user