甘豆影评 React Native 版本 yingping_rn
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/ganguo/yingping_rn
- 软件文档: https://github.com/ganguo/yingping_rn/blob/master/Readme.md
- 官方下载: https://github.com/ganguo/yingping_rn/archive/master.zip
软件介绍
运行环境
react-native-cli: 0.2.0
react-native: 0.28.2
Xcode 7.3+
Android Studio 2.1+
运行步骤
To run your app on iOS:
cd Yingping react-native run-ios
or Open Yingping/ios/Yingping.xcodeproj in Xcode Hit the Run button
To run your app on Android:
Have an Android emulator running (quickest way to get started), or a device connected
cd Yingping react-native run-android
目录简要说明
app
actions (redux action)
components (主要界面以及自定义控件)
constrants (常量组)
containers (redux 容器)
reducers (redux 处理器)
resourses (可以放资源,例如字体)
storage (持久化数据,可以是cache或者database)
style (目录内的
global-style.js放公共的样式)
注意事项
控件可以去react.parts或者js coach找

