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

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! ***...

The docs refer to the deprecated `react-router-redux`. The [deprecation notice](https://github.com/reactjs/react-router-redux) points to `connected-react-router` as the alternative.

how can we use this react-router-native in react-native-web i have observed **uncaught TypeError: Cannot read property 'Transitioner' of undefined** but project is complied successfully

Hi, I am facing an issue with a fairly simple usage of this module. I am finding that after calling goBack() on the router it does not trigger a componentWillUnmount()....

### Version 4.1.1 | Dependency | Version | | ------------------- | ------------------- | | react-router-native | 4.1.1 | ### Expected Behavior Render components specified ### Actual Behavior Throws error message...

How does this repo relate to https://github.com/ReactTraining/react-router/tree/v4/packages/react-router-native ? Both have the same npm name and install with `npm i react-router-native`

The mixing of lines with and without semicolons makes it look like copy/paste code. This also fixes the markdown on the contributing page so headers render as headers and not...

Can i rewrite that ```JSX const HomeHeader = withRouter((props) => { const handleRightButtonPress = () => { props.router.push('/detail/gray'); }; return ( ); }); ``` as es6 class?

Hi, I'm using your package for an hybrid app working on both browser and mobile and I've discovered that this.props.router is undefined when on mobile when calling console.log(this.props) in the...