RN-NavigationExperimental-Redux-Example
RN-NavigationExperimental-Redux-Example copied to clipboard
A small demonstration app showing how to use Redux to manage navigation state in a React Native (>0.21) application using NavigationExperimental
I am using `react-native run-android` to run this example on a emulator but got below error:  Is there anything wrong in the...
I placed a console.log in renderScene method in AppContainer.js (and did not modify any of the other code). For every page that is added to the navigation, the method is...
With the [current way I've written the rendering](https://github.com/jlyman/RN-NavigationExperimental-Redux-Example/blob/master/app/containers/AppContainer.js#L31) of `` the current scene is blanked out when pushing a new scene onto the stack, meaning the screen goes white while...
 i am using 0.34 react-native
I have a view with a map, when a marker on map is clicked I want to push a detail view which has small version of map in top, I...
Awesome work, this example really helped me forward! Now i'm stuck at nested routes with Redux and the new NavigationExperimental. In this example there are three routes: 'first', 'second' and...
Hey there, I've been studying Navigator Experimental (aimed at using with Redux) and I found your example finally tied it all together (whereas the initial docs are quite obtuse). I...