react-nativereactnative程序员

ReactNative开源项目

2017-07-17  本文已影响230人  zhanming

介绍


速贷之家 是一款用 React Native 重构原生APP的项目。
完成的原生项目大部分的功能。我会在以后慢慢补全所有功能,而且会根据原生项目的迭代有计划更新。项目的状态管理我使用了MobX。
MobX :简单、高扩展的状态管理,对中小型项目足够了,而且简单,上手快。

iOS App Preview


home.gif
product2.gif product.gif product-to-detail.gif

Android App Preview


home.gif
product.gif

说明


React Native 0.44.0
(follow iOS and Android guides)


技术框架


  1. mobx
  2. mobx-react
  3. react-native-swiper
  4. react-native-easy-toast
  5. react-native-scrollable-tab-view
  6. react-native-tab-navigator
  7. react-native-picker
  8. react-native-blur

安装 sudaizhijia


  1. Clone the repo
    $ git clone https://github.com/zhanming0601/react-native-sudaizhijia.git $ cd react-native-sudaizhijia
  2. ** Install dependencies **
    $ npm install $ brew install watchman
  3. Start Packager
    $ npm start
  4. Running on iOS:
    $ react-native run-ios
  5. Running on Android:
    $ react-native run-android

计划


1.0

  1. 补全剩下功能
  2. 将状态管理全部更换为MobX
  3. 增加更详细的注释

2.0

使用Redux重构项目

喜欢的话就去github star一下吧,非常感谢!

问题

有任何问题都可以给我发邮件 18611205315@163.com 或者加我微信

扫一扫
上一篇 下一篇

猜你喜欢

热点阅读