zamotany / module-federation-repack

38 stars 12 forks source link

How to Integrate React Navigation for navigating to another page #8

Open e4basil opened 2 years ago

e4basil commented 2 years ago

I checked this project for understanding react native module federation implementation how can i use navigation.navigate('another page'). is there any way ??

tom-sherman commented 2 years ago

What have you tried? What hasn't worked?

I'd expect useNavigation().navigate() to work just fine, or passing props through from the route prop (that includes navigation)