react-native-image-cropping icon indicating copy to clipboard operation
react-native-image-cropping copied to clipboard

Wrapper around 3rd party library for image cropping on iOS

Results 15 react-native-image-cropping issues
Sort by recently updated
recently updated
newest added

Hi, I want to crop image as 980*400. Is there any way? Thanks.

I followed the steps https://www.npmjs.com/package/react-native-image-cropping. I am getting this error. Someone tell me what is the problem here?

I want cropped rectangle to doesn't flip when I press rotation button? Is there any way?

Can I use this code for Android (React native) ?

after reference in xcode,then build failed,and can't run anymore but the project “TOCropViewControllerExample” (https://github.com/siong1987/TOCropViewController) in xcode running well what can I do ?thank you so much!

This is to correspond with React Native 0.48. It no longer works with #import "RCTBridgeModule.h" (see this issue: https://github.com/facebook/react-native/issues/15775). This fixes issue.

following https://github.com/facebook/react-native/issues/15775 and this PR - https://github.com/nico1510/react-native-image-crop-picker/pull/9/files it works for me this way i am not sure about the right order for TOCropView.h, just kept it between

Hey there, I have added a method where the cropped image can be saved using JPG compression. Thought it is useful for the library. Thanks

I'm looking inside `ReactNativeImageCropping.m` and it seems not to be possible yet. Something like: `ReactNativeImageCropping.cropImageWithBase64(base64Image)`