globocom / react-native-ua

React Native module for Urban Airship
MIT License
37 stars 33 forks source link

Handling More Info button press when app is closed. #35

Closed adamivancza closed 7 years ago

adamivancza commented 7 years ago

Re: https://github.com/globocom/react-native-ua/issues/34 Managed to come up with a solution that solves my issue.

rlepinski commented 7 years ago

@adamivancza I dont understand why this change is needed. The code looks like it will fire "launchedFromNotificationActionButton" if more info is clicked. Are you experiencing different behavior?

lucasts commented 7 years ago

Hey @adamivancza, as @rlepinski said the code should work fine if you subscribe to the background event we call in the else case.

lucasts commented 7 years ago

feel free to reopen if needed.