chore: fix notif

This commit is contained in:
2026-03-02 20:46:07 +01:00
parent 0085a39537
commit d299601667
10 changed files with 348 additions and 576 deletions
+2 -14
View File
@@ -17,7 +17,6 @@
"bundleIdentifier": "com.uberstup.clientpanel"
},
"android": {
"googleServicesFile": "./google-services.json",
"adaptiveIcon": {
"foregroundImage": "./assets/icon.png",
"backgroundColor": "#000000"
@@ -27,9 +26,7 @@
"package": "com.uberstup.clientpanel",
"versionCode": 1,
"permissions": [
"android.permission.RECEIVE_BOOT_COMPLETED",
"android.permission.VIBRATE",
"android.permission.POST_NOTIFICATIONS"
"android.permission.VIBRATE"
]
},
"web": {
@@ -37,16 +34,7 @@
},
"plugins": [
"expo-font",
"expo-router",
[
"expo-notifications",
{
"icon": "./assets/icon.png",
"color": "#000000",
"defaultChannel": "orders",
"sounds": []
}
]
"expo-router"
],
"extra": {
"eas": {