React native – When I click on the push notification on my android app, entire app reloads
I have a React Native app with RN version "react-native": "0.72.7", and use react-native-notification with version ^5.1.0 for my push notification service for both Android and iOS applications. The push notification service works fine in iOS without any issues. The…