react-native-navigation-redux-starter-kit
                                
                                 react-native-navigation-redux-starter-kit copied to clipboard
                                
                                    react-native-navigation-redux-starter-kit copied to clipboard
                            
                            
                            
                        React Native Navigation(v2) Starter Kit with Redux, Saga, ESLint, Babel, Jest and Facebook SDK 😎
 static get options() not working  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.  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...