react-router-native icon indicating copy to clipboard operation
react-router-native copied to clipboard

A routing library for React Native that strives for sensible API parity with react-router 🤖

Results 38 react-router-native issues
Sort by recently updated
recently updated
newest added

What do you think about https://github.com/exponentjs/ex-navigation? Isn't it the better approach?Also, I'm not sure whether it makes sense to rely on RR3 when RR4 should be universal and entirely different.

question

This project contains components that are currently under active development and considered experimental. If it is something you can debug and fix, please consider submitting a pull request instead! ---...

I have a use case where there are many routes that are shared across multiple tab stacks. Example: ``` javascript ``` `/friends` shows list of friends. `/me` shows my account....

question

@jmurzy, I finally got it working with react-router-relay. Please take a look and let me know what you think.

WIP

I like how this project reuses react-router, and I think this is the right direction for true code sharing between native apps and web. I want to open an issue...

enhancement
help wanted

As discussed in #21. Ideally and for maximum code reusability we would want to submit a patch to upstream to make this work with any `RouterContext`: ``` js export const...

enhancement
WIP

Sooo.. i'm a bit stuck. :) I don't really get the behaviour of StackRoute & how pop works. See `index.ios.js` L84. I tried to understand `defaultStackRouteReducer` for ~1h via inserting...

WIP

I started working on documentation of this library's design. Of course this needs good review, since i'm just trying to make sense of this by myself and have not written...

WIP