bug fixed

This commit is contained in:
Samandar Turgunboyev
2026-03-05 11:49:56 +05:00
parent 382b214e3e
commit a34cf75c57
10 changed files with 249 additions and 292 deletions

View File

@@ -11,12 +11,16 @@
"ios": {
"supportsTablet": true,
"infoPlist": {
"UIBackgroundModes": ["remote-notification"]
"UIBackgroundModes": [
"remote-notification"
],
"UIViewControllerBasedStatusBarAppearance": true
},
"bundleIdentifier": "com.felix.infotarget"
},
"android": {
"useNextNotificationsApi": true,
"softwareKeyboardLayoutMode": "resize",
"adaptiveIcon": {
"backgroundColor": "#E6F4FE",
"foregroundImage": "./assets/images/logo.png"
@@ -86,4 +90,4 @@
},
"owner": "samandar111"
}
}
}