module-federation-repack icon indicating copy to clipboard operation
module-federation-repack copied to clipboard

How to Integrate React Navigation for navigating to another page

Open e4basil opened this issue 3 years ago • 1 comments

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

e4basil avatar Feb 21 '22 09:02 e4basil

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)

tom-sherman avatar Mar 02 '22 14:03 tom-sherman