0.0.13 • Published 7 years ago

rn-scripts v0.0.13

Weekly downloads
1
License
BSD-3-Clause
Repository
-
Last release
7 years ago

rn-scripts

使用create-react-native-app工具,创建自定义react-native开发脚手架

使用

安装create-react-native-app

$ npm install -g create-react-native-app

获取最新版本url

$ npm view rn-scripts dist.tarball

创建工程

$ create-react-native-app [project-name] --scripts-version [rn-scripts url]

生成平台文件夹

$ cd [project]
$ npm run eject

推荐使用的库

UI框架

  1. NativeBase
  2. react-native-elements
  3. shoutem-ui
  4. react-native-material-design

常用控件:

  1. 导航栏 react-navigation
  2. 图片查看 react-native-lightbox
  3. 粘性头部 react-sticky
  4. 视差滑动视图 react-native-parallax-scroll-view
  5. 图标 react-native-vector-icons
  6. 数据库 rxdb