react-native + react-navigation+ redux执行顺序

1.constructor(props)
2.mapStateToProps 、mapDispatchToProps
3.Action>popular>index.js
4.Reducer>popular>index.js
5.combineReducers
6.store
7.APP.js:store注册到根组件中
8. render()其中navigation就可以在this.props中去取

你可能感兴趣的:(前端)