Expo 47
This commit is contained in:
22
app.json
22
app.json
@@ -22,13 +22,31 @@
|
||||
},
|
||||
"android": {
|
||||
"adaptiveIcon": {
|
||||
"foregroundImage": "./assets/adaptive-icon.png",
|
||||
"foregroundImage": "./assets/icon.png",
|
||||
"backgroundColor": "#FFFFFF"
|
||||
},
|
||||
"package": "com.emi.social"
|
||||
},
|
||||
"web": {
|
||||
"favicon": "./assets/favicon.png"
|
||||
}
|
||||
},
|
||||
"extra": {
|
||||
"eas": {
|
||||
"projectId": "c2bb4d4e-4d4d-4f34-a873-7cad78c6023c"
|
||||
}
|
||||
},
|
||||
"plugins": [
|
||||
[
|
||||
"expo-notifications",
|
||||
{
|
||||
"icon": "./local/assets/notification-icon.png",
|
||||
"color": "#ffffff",
|
||||
"sounds": [
|
||||
"./local/assets/notification-sound.wav",
|
||||
"./local/assets/notification-sound-other.wav"
|
||||
]
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user