react-native实用插件集合
2019-05-20 本文已影响0人
张大娃创业笔记
1. picker选择器:react-native-pickers
![](https://img.haomeiwen.com/i4451562/ff99b68ca1d0e01a.gif)
安装方式:
yarn add react-native-pickers
yarn add react-native-svg
react-native link react-native-svg
github地址:https://github.com/iberHK/react-native-picker
2. React-Native 多图片选择 支持裁剪 压缩:react-native-syan-image-picker
![](https://img.haomeiwen.com/i4451562/781411421be27be1.gif)
安装方式:
// Step 1 基于 npm
npm install react-native-syan-image-picker --save
// 或是 yarn
yarn add react-native-syan-image-picker
// Step 2 执行 link
react-native link react-native-syan-image-picker
github地址:https://github.com/syanbo/react-native-syan-image-picker
3. React Native拍照、从相册选择、录像的实现 :react-native-full-image-picker
![](https://img.haomeiwen.com/i4451562/b20204e00b0961db.gif)
![](https://img.haomeiwen.com/i4451562/b5e68cf0f80fa084.gif)
安装方式:
//Install by Yarn:
yarn add react-native-full-image-picker
//Install by NPM:
npm install --save react-native-full-image-picker
github地址:https://github.com/gaoxiaosong/react-native-full-image-picker