react-native-image-crop-tools
react-native-image-crop-tools copied to clipboard
Native-ish Image Crop Tools for react native
resolves #72 This resolves a problem with the package not pulling in all required dependencies in a project where use_frameworks is set. It will not change the behaviour of the...
As per [this comment](https://github.com/facebook/react-native/issues/29633#issuecomment-694187116), all iOS packages should be using the React-Core Pod as a dependency rather than React. While this might be fine for most people, the app I'm...
pinch gesture in ios is working but not in android, we need to adjust the cropper to zoom the image
Hello, thanks for the package! Is it possible to set 100% width of the cropping area on init? On iOS it's fine
Hey!! First, thank you for the efforts already on this project! Question for you: Is there any effort on the project to support React Native's new architecture Fabric?
Is it possible to initialize the coordinates `x`, `y` of the guide? Currently we can change the `aspectRatio` property on the fly, but not `x` and `y`, the top left...
The Android library (https://github.com/ArthurHub/Android-Image-Cropper) isn't being maintained but someone else has taken over and you can migrate to this library instead: https://github.com/CanHub/Android-Image-Cropper/wiki/%F0%9F%9A%A8-How-to-migrate-Android-Image-Cropper--%F0%9F%9A%A8 There seems to be an issue with the...
I am trying after copying the example code and it is working fine in iOS but not working in Android. I am using [this](https://www.npmjs.com/package/react-native-image-picker) to pick image. `import React, {...