RN-NavigationExperimental-Redux-Example icon indicating copy to clipboard operation
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

Results 7 RN-NavigationExperimental-Redux-Example issues
Sort by recently updated
recently updated
newest added

I am using `react-native run-android` to run this example on a emulator but got below error: ![screen shot 2017-03-26 at 8 51 25 am](https://cloud.githubusercontent.com/assets/3355579/24326402/84a31e2c-1201-11e7-9c45-0ea0bf889e76.png) 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...

question

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

![image](https://cloud.githubusercontent.com/assets/10846505/19069228/970cf33a-8a43-11e6-93d6-7c308f24d54c.png) 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...

help wanted

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

question

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

help wanted