React-Native常用第三方库

 

功能层面

1、页面导航

react-native-navigation:https://reactnavigation.org/docs/en/3.x/getting-started.html

 

2、状态管理

mobx, mobx-react:https://cn.mobx.js.org/refguide/api.html

 

3、持久存储

react-native-storage:https://github.com/sunnylqm/react-native-storage/blob/HEAD/README.zh-CN.md

 

4、消息推送

react-native-aliyun-push:https://github.com/wonday/react-native-aliyun-push

 

5、国际化

react-native-i18n:https://github.com/AlexanderZaytsev/react-native-i18n

 

6、设备信息

react-native-device-info:https://github.com/react-native-community/react-native-device-info

 

7、Base64转码解码

js-base64:https://github.com/dankogai/js-base64

 

8、网络请求操作库

axios:https://www.kancloud.cn/yunye/axios/234845

 

9、文件系统

react-native-fs:https://github.com/itinance/react-native-fs

 

10、热更新

react-native-code-push:https://github.com/Microsoft/react-native-code-push

 

 

UI组件层面

1、tab组件

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

 

2、相机

react-native-camera:https://github.com/react-native-community/react-native-camera

 

3、滑动删除组件

react-native-swipe-list-view:https://github.com/jemise111/react-native-swipe-list-view

 

 

一站式UI组件库

1、@ant-design/react-native(阿里出品)

https://rn.mobile.ant.design/changelog-cn

 

2、native-base

https://nativebase.io/

 

3、teaset

https://github.com/rilyu/teaset/blob/HEAD/docs/cn/README.md

 

 

 

React-native开源库检索网址:https://js.coach/?collection=React+Native

里边有很多开源库。

 

RN学习资源:https://github.com/jondot/awesome-react-native

 

你可能感兴趣的:(React-Native)