Open chandu0101 opened 9 years ago
The problem with that navigator is that it uses
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 ?