React Native + Redux: What's the best and preferred navigation?
问题 I would like to use Redux for React Native. Currently I have no set data management, so the index.ios.js has the following: renderScene(route, navigator){ this._navigator = navigator return ( <route.component navigator={navigator} {...route.passProps}/> ) } <Navigator configureScene={this.configureScene} initialRoute={{name: 'Login', component: Login}} renderScene={(route, navigator) => this.renderScene(route, navigator)} style={styles.container} navigationBar={ <Navigator.NavigationBar style