Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ios notif: Consume "background queue" so notifs navigate from backgro…
…und. This is a short-term fix that relies on a deprecated API. We should upgrade to a newer version of react-native-notifications or use `@react-native-community/push-notification-ios` instead. For docs on this as of the library version we're using (1.5.0 on NPM, which has no Git tag but corresponds to commit 882775fb5), see: https://github.com/wix/react-native-notifications/blob/882775fb5/docs/notificationsEvents.md The API was removed in release 2.0.6-shapshot-8 with commit: wix/react-native-notifications@800669120 presumably in response to: wix/react-native-notifications#339 Process an opened notification from the "background queue" so our handleNotificationOpen will run, and the app will navigate, for a notification opened while the app was in the background. Fixes: zulip#3647
- Loading branch information