How can I open a specific component of my React Native application from an Native Android Activity in Java?
Here is my use case:
I'm registering a notification receiver service in my android part, an android activity(name it Activity1) is assigned in action which is immediately opened when the notification is received(no matter app is open or closed). Now how can I open a React Native component from the Activity(Activity1)?