Skip to content

rocwong-cn/ASimpleAPP

Repository files navigation

logo

A Simple APP

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.

Screenshot

home drawer

You can also go here to see more screenshot .

APK Download

You can download by this link,or scan the qrcode below.

qrcode

USAGE

git clone https://github.com/rocwangv/ASimpleAPP.git
cd ASimpleAPP
npm install
react-native link
react-native run-ios

Features

  • 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
  • ......

Third-party modules

API source

MIT License