Open Paul-Todd opened 8 years ago
I agree 100% these examples are currently not documented well and overly complex when one is just getting started. Since for the last month the documentation has stated that this is the Navigator that will be supported, any updates would be appreciated
@Paul-Todd I cobbled something together that actually works.. React-Native NavigationExperimental - Sample App
Thanks!
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
What I am looking for is how to setup the base classes. At the moment I have:
NavigationReducer.StackReducer for state management since we push and pop views Then in the main component I start off with a NavigationRootContainer which creates a NavigationCardStack and then renders the appropriate scene. I also have a render over lay in the NavigationCardStack which is supposed to create a header but does not work for some reason (undefined is not an object (evaluating 'this.props.navigationProps.scenes'))