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

Hi, I threw together some quick & dirty helper functions for modifying the "query string". I'm not very familiar with this project, and I was wondering: **Question**: Is the following...

In `react-router` you can define your routes as a plain object, as [seen here](https://github.com/ReactTraining/react-router/blob/master/docs/guides/RouteConfiguration.md#configuration-with-plain-routes) When I pass in a simple example, I get the following error. `Element type is invalid:...

Taking the example from this page and I always get this error in my emulator. Any clue why ?

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

compatibility react-native-web ?

### Version | Dependency | Version | | --- | --- | | react-router-native | "^0.34.0", | | react-router | "^3.0.0-alpha.3" | | react-native | "^2.0.0-alpha.5" | ### Expected Behavior...

How would one go on about disabling the header right button? The purpose is so one can enable the button when the form is valid and filled out and disabled...

Hi everyone, what is the best way to change the icon in tabbar when the tabbar is active? With active style we can only change styles but cant change the...

Hi! Thanks for this awesome library! I have image on background in my app. ```` const style = { image: { flex: 1, width: null, height: null, resizeMode: 'cover', },...