bs-react-navigation
bs-react-navigation copied to clipboard
Extract "navigation" from Stack
We should be able to easily share "navigation" prop between different navigators.
But remember that not all the navigator have the same shape.
Yes, I am thinking of the api:
StackNavigator.Navigation.(push|pop|whatever)(navigation)
where "navigation" is of ReactNavigation.Native.NavigationProp or something.
Yep, and could be done with #22.