-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
navigator ? #6
Comments
The problem with that navigator is that it uses internally instead of allowing which component to use. In particular I would use instead of
, which does more that a simple . https://github.com/bh5-js/react-navigator/blob/master/src/navigator.js#L439 The router I used in the past I deprecated it in favour of redux-router, which now plays well also on RN, but I will consider update and merge it into the repo! |
An example of how you used redux-router would be very helpful. |
There is nothing special to do to use it, you can use react-router as in a normal application, just mount memory history instead of location based one :) |
An example would still be helpful. There is a lot of information out there saying that react-router does not work with react-native. |
web version of react-navigator - https://github.com/bh5-js/react-navigator
can we add this as dependency and expose via react-native-for-web ?
or can we copy the source to navigator folder( ofc if author of bh-react-navigator agree only) ?
WDYT ..
btw in past you told me that you have something called router built on top navigator ,any plans to include that aswell ?
The text was updated successfully, but these errors were encountered: