RN常用第三方

1.tab

https://github.com/happypancake/react-native-tab-navigator
貌似很久没更新了.
增加--save命令会吧参数增加到package.json文件中

2.提示弹窗组件

https://github.com/crazycodeboy/react-native-easy-toast

3.连级滑动组件scrollable-tab-view

https://github.com/skv-headless/react-native-scrollable-tab-view

4.check-box

https://github.com/crazycodeboy/react-native-check-box

5.可拖拽的listView

https://github.com/deanmcpherson/react-native-sortable-listview

6.代码规范工具

https://www.npmjs.com/package/eslint-config-airbnb

RN常用第三方_第1张图片
规范包webstorm安装方式.png

eslint的配置文件

https://github.com/reactnativecn/react-native-starter-kit/blob/master/.eslintrc

7.ES6向下兼容

https://github.com/babel/babel-eslint

8.react-native-popover 弹窗组件

https://github.com/jeanregisser/react-native-popover

你可能感兴趣的:(RN常用第三方)