rn-router
rn-router copied to clipboard
React Native routing system based on react router
Hi. I'm trying to use the library but it seems the current React API isn't happy with the imports from the former: ``` ExceptionsManager.js:61Seems you're trying to access 'ReactNative.Component' from...
Hello If I have two components `Home` and `About`, and I have my routes defined the following way: ``` ``` Then on the `Home` component I can call `this.context.transitionTo('about1', {...
The priority order of routes is reverse of the expected order. I expect the priority order to look like: ``` js ``` but the order is only correct currently if...