总结:react-native + react-navigation+ redux执行顺序
来源:9-2 收藏功能的实现-1【实战应用】
慕数据3828779
2020-02-13
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中去取
写回答
1回答
-
CrazyCodeBoy
2020-02-13
同样欢迎其他同学也总结下你们的理解。
10
相似问题