rn-scripts
v0.0.13
Published
Configuration and scripts for Create React Native App.
Downloads
11
Readme
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框架
常用控件:
- 导航栏 react-navigation
- 图片查看 react-native-lightbox
- 粘性头部 react-sticky
- 视差滑动视图 react-native-parallax-scroll-view
- 图标 react-native-vector-icons
- 数据库 rxdb