React Native Expo App – Crashing on tap on Push Notification (Only on Android device)
I am building a react native expo app. While implementing push notification functionality using expo-notification, that app is crashing on Android device when I tap on push notification. I am receiving notification properly. However the same App is properly working on iOS device and navigating to desired screen on tapping on notification.
How to synchronize data between a random local push notification and a modal in a React Native app with Expo?
I am developing a mobile application using React Native and Expo. I have implemented local push notifications and I want to display specific data in a modal when the user clicks on a notification.