react-native-image-crop-tools icon indicating copy to clipboard operation
react-native-image-crop-tools copied to clipboard

Native-ish Image Crop Tools for react native

Results 41 react-native-image-crop-tools issues
Sort by recently updated
recently updated
newest added

when keepAspectRatio is set to true, it is working fine on android devices and also the iOS simulator, but when it is used on a real iOS device, the user...

For device to device, the cropping screen looks different. For some devices, there is like 5-10% (depends on the device dpi or screen size) padding at bottom and top or...

On Android everything works well and is a lifesaver. On iOS i get the cropper screen displayed but no image is visible. I have tried with multiple uri formats, but...

I have used this package in my project. I changed the image view based on aspect ratio. After that i have rotated the image. If i rotate the image. every...

When using this library I am getting '`TOCropViewConstants.h' file not found` while doing `pod install`. This is similar to the issue https://github.com/ivpusic/react-native-image-crop-picker/issues/1294 in [react-native-image-crop-picker](https://github.com/ivpusic/react-native-image-crop-picker). is there a way to use...

Is there a way to disable user zooming?

the android gradle plugin supports only kotlin-android-extensions gradle plugin version 1.6.20 and higher. the following dependencies do not satisfy the required version: project ':react-native-image-crop-tools' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10 Change kotlin_version in build.gradle...

No need to specify TOCropViewController version. This was preventing me from using other libraries like [react-native-image-crop-picker](https://github.com/ivpusic/react-native-image-crop-picker) Fix bug #83

## Problem I cannot build the lib [react-native-image-crop-picker](https://github.com/ivpusic/react-native-image-crop-picker) when I already use this lib. ## Expected I should be able to use other RN libraries when I already use this...

Error: While trying to resolve module `react-native-image-crop-tools` from file `ChoosePicture.js`, the package `/node_modules/react-native-image-crop-tools/package.json` was successfully found. However, this package itself specifies a `main` module field that could not be resolved....