You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation for Notification Actions links to an example that uses DeviceEventEmitter to listen for 'notificaitionActionReceived' to realize the Notification Actions.
DeviceEventEmitter is now deprecated, and NativeEventEmitter should be used instead.
How do I handle Notification Actions now? An example would be very helpful.
The text was updated successfully, but these errors were encountered:
Hi @m-fabry-pripares
Do not refer to this issue for the implementation, but only "what it looks like".
To see an example, refer to the example folder 😉
Question
The documentation for Notification Actions links to an example that uses DeviceEventEmitter to listen for 'notificaitionActionReceived' to realize the Notification Actions.
DeviceEventEmitter is now deprecated, and NativeEventEmitter should be used instead.
How do I handle Notification Actions now? An example would be very helpful.
The text was updated successfully, but these errors were encountered: