We will need React Native navigation at some point. From what I've found so far, there's no "defacto" library out there yet.
As a react-navigation contributor, I am interested in making a port of it using react-navigation as an engine/set of primitives that would power the reason router.
The API is most likely to be different, just like ReasonReact differs from React. I am brainstorming ideas out right now and will post an RFC of the API soon.
Opening this issue here as it's not yet clear to me whether it should be a separate library or a module within reroute, but definitely want to make the whole cross-platform.
We will need React Native navigation at some point. From what I've found so far, there's no "defacto" library out there yet.
As a
react-navigationcontributor, I am interested in making a port of it usingreact-navigationas an engine/set of primitives that would power thereasonrouter.The API is most likely to be different, just like
ReasonReactdiffers fromReact. I am brainstorming ideas out right now and will post an RFC of the API soon.Opening this issue here as it's not yet clear to me whether it should be a separate library or a module within
reroute, but definitely want to make the whole cross-platform.