Closed KhimGurung closed 1 year ago
up
@KhimGurung what is your react native version ?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
up
RN 0.63.5
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
still encountering this issue.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
The issue has been closed for inactivity.
I am also seeing this issue ðŸ˜. Android 11 React Native 0.69.10
Hey guys, I was facing this same issue and I could find the solution here https://github.com/RocketChat/Rocket.Chat.ReactNative/pull/4585/commits/153fe2a9fe46a46e0c8dbda1afc6f8b5ff1d60e6
@arienemaiara this package worked after update target sdk to 33 on android above 9
App was crashing when I got push notification when app is on the background. Resolved that. But when the app is on foreground the app reloads when I tap on the notification that I received when app is on the foreground.
I want to navigate to certain page on tap of that notification but reloading the app prevents from doing that.
Notifications.events().registerNotificationOpened()
is being called on tap and after that my app gets reload.