wix / react-native-notifications

React Native Notifications
MIT License
3.23k stars 763 forks source link

[iOS] getInitialNotification returnsthe notification even when the app was opened without tapping it #1013

Open andrejborstnik opened 10 months ago

andrejborstnik commented 10 months ago

Steps to reproduce

Expected

zabojad commented 7 months ago

@andrejborstnik did you find any solution?

andrejborstnik commented 7 months ago

We fixed it like this in our fork https://github.com/ExodusMovement/react-native-notifications/pull/4 https://github.com/ExodusMovement/react-native-notifications/pull/7. Not sure if that works for all use-cases or on the latest version of upstream