react-native-syan-image-picker icon indicating copy to clipboard operation
react-native-syan-image-picker copied to clipboard

React-Native 多图片选择 支持裁剪 压缩

Results 107 react-native-syan-image-picker issues
Sort by recently updated
recently updated
newest added

配置: ```js { imageCount: 1, isGif: true, compress: false, isCrop: false, } ``` 结果: ![image](https://user-images.githubusercontent.com/23275036/127845985-2d67f419-7c36-4d92-b2c2-9cbb4bdc1991.png)

isGif 不生效。 `openVideoPicker` ![image](https://user-images.githubusercontent.com/5770971/124257915-7074a200-db5f-11eb-97f2-0046d4644b3a.png)

环境 Mac OS 系统 vision 11.2 React Native 版本: "react-native": "0.59.9", 删除 node_modules ios/pods 都不起作用。

[PictureSelector 2.5.8修复了](https://github.com/LuckSiege/PictureSelector/issues/1441#issuecomment-636610126)

``` - enableBase64: true, quality: 40 -IOS:图片压缩成功,上传成功 -安卓下:图片压缩失败,还是原图上传 ```