It's a project that records my exprience to learn mobx and react-native-router-flux , REACT-NATIVE based. As all known , redux is the first choice to manage state of react-native, and I wrote many projects in last year with redux. So, for learing mobx ,I wrote this.
You can also go here to see more screenshot .
You can download by this link,or scan the qrcode below.
git clone https://github.com/rocwangv/ASimpleAPP.git
cd ASimpleAPP
npm install
react-native link
react-native run-ios
- FlatList horizontal layout
- use mobx manage state
- drawer layout
- dynamic navigation bar background color
- can change theme mode
- mobx data persistence
- dynamic inject script to webview
- ......