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

I just saw this https://medium.com/@jschloer/react-router-v4-with-react-native-5f2005ab2a72#.u7xdfdcie It seems that this project won't be useful with v4, not sure if that's already the case with v3 (I don't know RN yet, but...

Hi there ! I was noticing this behaviour in my `TabsRoute` ... Every time I switch between tabs (with ``) a new view is pushed into the hierarchy and, of...

For of all, thank you for creating this library and experimenting with it. I really like the stated goals. I've been dreaming of having easy deep linking in a native...

I have a regular Tabs interface, and I want to slide between tabs (this one works). But when I click for example on a Topic in Topics Tab, I want...

Moved question to https://github.com/facebook/react-native/issues/8350

enhancement
question

TabsRoute should implement two behaviours: - it should save the state for each child route and restore it when switching tabs - it should reset a child's state if that...

enhancement

I have an app which has a dashboard that needs login and some other screens before enter. The dashboard has a tabbed layout so I went and use the TabsRoute...

Is this possible to mimic this screen transition (the fadein one) ? [Material design video](https://material-design.storage.googleapis.com/publish/material_v_9/0B3321sZLoP_HU3VoZm1DU1Y4Qk0/components_bottomnavigation_behavior_crossfade.mp4)

This is a property that NavigationCardStackPanResponder takes to customize the touch area for back swipes. Not very happy about cluttering the interfaces with yet another property, but it's really nice...

A common UI pattern in iOS consists in putting the submit button of a form into the right navbar corner. I wonder how to implement this with this library. The...