tclxshunquan-wang / ONE-ReactNative

As a practicing project, ONE - ReactNative contains many of the features we often use, such as Axios,Fetch, Redux, Charts, etc. It is also worth learning that the project contains a complete mall module.
70 stars 17 forks source link
android axios chart ios react react-native

ONE-ReactNative

Download

Android APK

Screenshot

Update

V0.0.1:初始化项目
V0.0.2:首页新增视频播放模块
V0.0.3:路由优化,深层次理解React Navigation,首页新增通讯录列表
V0.0.4:集成CodePush热更新

Development Workflow

Step One

git clone https://github.com/kenvies/ONE-ReactNative.git

Step Two

cd ONE-ReactNative && npm install

Step Three

react-native link

Step Four

react-native run-ios/run-adnroid(建议用xcode或者android studio去编译你的原生项目)