Pass props / data from native to JS app

Hi,
detached from expo 19.
RN 0.46.

Working with PushnotificationIOS.

all working good, except the case when the app is dead - the notification opens the app as wanted but fail to perform the notification action.

I am managing to grab the notification in the native code, but don’t know how to pass the data to the js.

how do I pass props / data from native code to the JS app ?

Thanks

1 Like

Hi,

I am experiencing the same issue. Can any one please help ?

Thanks!

Not sure. You might look through https://github.com/facebook/react-native/issues?q=is%3Aissue+PushNotificationIos to see if anything is enlightening.