How to navigate to React screen from native android activity

12 Views Asked by At

I have 2 React native screen (MainScreen,Detail Screen) and 1 native android Activity(HomeActivity). Initially when app starts MainScreen loads then i am navigating to HomeActivity(Android activity). but from native i want to navigate to DetailScreen(React native) is this possible.

what i have done in Android activity i am emitting event to react native. but not able to listen this event in react native.

  1. Navigate to Native screen called HomeActivity from React native
  2. Native Activity to React native screen called Detail Screen
0

There are 0 best solutions below