navigation-rfc
navigation-rfc copied to clipboard
Better Navigation in React Native
i can't find how to make this transition with NavigationCard. Example shows left-to-right only...
Thanks for the project! FYI I spent a while debugging why `renderOverlay` was doing nothing only to notice it has been replaced by `renderHeader`. We should update the docs to...
What I would like to achieve is the following: I have **Scene A** which contains a form. There is also Drawer with options to change the Scene. I would like...
I am using nested StackReducers to achieve the following navigation state (one for the 'main' stack, the other for the '_conversations' stack): ``` js { key: 'main', index: 1, children:...
Hi, Does anyone have a simple example of how to create a master view (list) that when selected goes to another view with a header - ie emulating the IOSNavigator...
Hi, I posted the original issue here: https://github.com/facebook/react-native/issues/5100 Then got a tip from brentvatne about this repo which I previously didn't know about. So I'm wondering, is the goal to...
My use case is that a scene A needs to know it's in focus when the user navigates back from scene B. I would like to decouple the back button...
I'm looking to use this + Redux to replace ExNavigator. I imagine dispatching push actions as in https://github.com/jlyman/RN-NavigationExperimental-Redux-Example and reducers generate the `navigationState` prop. What I don't imagine is the...