react-native-navigation-redux-starter-kit icon indicating copy to clipboard operation
react-native-navigation-redux-starter-kit copied to clipboard

React Native Navigation(v2) Starter Kit with Redux, Saga, ESLint, Babel, Jest and Facebook SDK 😎

Results 6 react-native-navigation-redux-starter-kit issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/35448088/56865714-292c7d00-69fb-11e9-9869-50708b0568a8.png) static get options() not working ![image](https://user-images.githubusercontent.com/35448088/56865718-3a758980-69fb-11e9-871c-dcdcd1e8658c.png) but using Navigation.registerComponentWithRedux( HOME_SCREEN, () => require('../screens/Home').default, Provider, store ) static get options() is working

Hi, Below error is coming while run this project in local. Screenshot attached. ![screenshot-1573474511278](https://user-images.githubusercontent.com/37737345/68586677-2ed74500-04ab-11ea-9dce-081d201f24c0.jpg) Environment: 1. window 10 64 bit 2. Samsung j6, android v9 3. Node v: 11.4.0

Hi are you planning to upgrade for latest version?

Someone has an example of redux modules in this template? Because I do not really understand how to connect more than 1 module in the component.

It seems every tabs will render when app start? I have: TabOne TabTwo TabThree I don't tap on TabTwo and TabThree but every request called and view render before i...