bug fixed
This commit is contained in:
8
app.json
8
app.json
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user