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

Crop Function is not working in the react hooks

Open Ayubbabaxelits opened this issue 3 years ago • 0 comments

Hi,

I am trying to use the library with the react hooks please find the code but its not working as expected

<ImageCrop ref={imageCropperRef} image={selectedImg} cropHeight={CROP_AREA_HEIGHT} cropWidth={CROP_AREA_WIDTH} zoom={20} maxZoom={80} minZoom={20} panToMove={true} pinchToZoom={true} />

        When clicked the below code I am trying to run here in the below I cant able to get the crop function
        

  `imageCropperRef.current`
        

Ayubbabaxelits avatar Jun 09 '21 08:06 Ayubbabaxelits