Don

Results 9 issues of Don

### Version Tell us which versions you are using: - react-native-image-crop-picker v0.35 - react-native v0.62.0 ### Platform My code is working fine on iOS with crop image package. However, when...

If you have a general question, please ask it in the #reactotron channel of the [Infinite Red Community slack](https://community.infinite.red/). When reporting a bug, please include steps to reproduce the issue.

- [ ] I have searched [existing issues](https://github.com/happypancake/react-native-scrollable-tab-view/issues) - [ ] I am using the [latest scrollable tab view version](https://www.npmjs.com/package/react-native-scrollable-tab-view) ## Steps to Reproduce ## Expected Behavior ## Actual Behavior

非常感谢对社区的贡献!

``` const photos = await syImagePicker.asyncShowImagePicker({ imageCount: getImageCount, isRecordSelected: true, isCrop: true, quality: 10, compress: true, enableBase64: false, freeStyleCropEnabled: true, showCropFrame: true, }); ``` 这是参数,运行平台在ios上,实际上并没有压缩图片。 图片是手机上的,png图。 不知道为什么上传之后还是原大小。3-5M原图。 期望是到100-300KB的

多谢多谢!我先star一个表示支持!

As title, It is an Animated Tab issue. When quickly switch between different tabs for several times, it will loop forever and never stop. Do you have idea to fix...