-
Notifications
You must be signed in to change notification settings - Fork 31
getInitialNotification deprecated? #372
Comments
Hi @mars-lan, there should be a note in the reference docs (here https://notifee.app/react-native/reference/getinitialnotification) - but it seems to be missing 🤔 , I also have a WIP branch with other changes for the user docs that I'm about to push up today. The motivation towards this change is that the |
If we receive the message in |
Added a note 2901595 which will be live shortly to the docs site. @happyfloat yeah, it'll be the press action which is how I use it in my own apps. Apple has deprecated We are looking at improving the events on iOS where we can pass down the app state when the event arrived, so if the app state was As I mentioned earlier, there has been no code changes on iOS. If there are any changes to the handling of events, it will be in a major release. |
Added an extra note to the docs notifee/documentation@259baad |
The release note for 1.11.0 mentions that
However, I cna't seem to find the note in either https://notifee.app/react-native/docs/events or https://notifee.app/react-native/reference/getinitialnotification?
Also is the deprecation only limited to iOS? Does that mean
onForegroundEvent
will automatically receive the intial notification?The text was updated successfully, but these errors were encountered: