-
Couldn't load subscription status.
- Fork 0
ReactNative
bigktmbig edited this page Oct 18, 2019
·
2 revisions
=================================================Redux saga
- actions : định nghĩa các action: states to props và dispatch to props (variables or functions)
- containers: định nghĩa các function: mapStateToProps(state), mapDispatchToProps(dispatch), connect()
- reducers: change state follow action
- stores: create store, rootSaga, rootReducer ===================================================build with Xcode
- delete /ios folder and rebuld by cmd:
react-native upgrade --legacy true -
cd iosandpod install react-native linkreact-native run-ios