Güntter Gotha
Güntter Gotha
I did not meet this problem yet. Please provide more informations like platform, version, a reproducible demo.
So, as I understand, the `react-native-image-rotate` library is buggy. Do you know a better library for rotation which could be used to replace `react-native-image-rotate`? (excepting [`expo-image-manipulator`](https://docs.expo.io/versions/latest/sdk/imagemanipulator/), because it is expo...
For cropping is used `@react-native-community/image-editor` under the hood. Check this: https://github.com/callstack/react-native-image-editor/issues/54
It should be fixed in v0.2.3. Please do not forget to revisit the installation steps (README file) because an another dependency was added: `@bam.tech/react-native-image-resizer`
Hi! Thanks for reporting this issue. Fixed it: 5a9c38df8af92584455ee50cad0cfdd94e4e54fc EDIT: actually the fix does not work as expected, still sometimes onDone is called twice. Please suggest a solution.
I will try to find a solution.
Can you recommend a similar maintained library that we could use instead `react-native-image-rotate`? We could use [ImageManipulator](https://docs.expo.io/versions/latest/sdk/imagemanipulator/), but I think that it will enforce to use expo and I don't...
@kidculli Tried it and it does not seem to work properly.
Please give more details about your problem regarding aspect ratio.
I understand. You want fixed ratio for the cropper frame. It is currently not possible. Currently the cropper frame can have any dimensions. I will consider adding this functionality (fixing...