module-federation-repack
module-federation-repack copied to clipboard
How to Integrate React Navigation for navigating to another page
I checked this project for understanding react native module federation implementation
how can i use navigation.navigate('another page')
. is there any way ??
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
)