Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update RCTPushNotificationManager checkPermissions API to support iOS…
… 10+ Summary: Changelog: [iOS][Changed] - Update `PushNotificationIOS.checkPermissions` to include iOS 10+ notification settings. `PushNotificationIOS.checkPermissions` is currently limited to only return: * alert :boolean * badge :boolean * sound :boolean That's has been a number of new properties since iOS 10 that we should support to improve pushability signal. This diff updates the logic to support 4 new available settings: * critical :boolean, * lockScreen :boolean, * notificationCenter :boolean, * autorizationStatus: number, Reviewed By: philIip Differential Revision: D35386762 fbshipit-source-id: 07c87de024756bc95a2c822ac35437ec76b3c903
- Loading branch information