Davyd NRB

Results 207 comments of Davyd NRB

It should be fixed in the [`4.0.0`](https://github.com/callstack/react-native-image-editor/releases/tag/4.0.0) release.

fix: https://github.com/callstack/react-native-image-editor/pull/125 also will be release soon

Fixed in [`3.2.0`](https://github.com/callstack/react-native-image-editor/releases/tag/3.2.0)

fix: https://github.com/callstack/react-native-image-editor/pull/125 also will be release soon

Hi, Please update RN/Expo to the latest version to fix the issue

@nilrezaee88 Could you please provide more information: - what `react-native` version did you use? - can you show `npx react-native info` output?

you can also use `react-native-blob-util` [file api]( https://github.com/RonRadtke/react-native-blob-util#file-stream )

Fixed in [`4.0.0`](https://github.com/callstack/react-native-image-editor/releases/tag/4.0.0)

This library is compatible with the latest `react-native-image-picker` version an example of usage ```tsx import {launchImageLibrary} from 'react-native-image-picker'; import ImageEditor from '@react-native-community/image-editor'; async function cropImage(){ const response = await launchImageLibrary({...

Shouldn't be an issue if you are using the latest version