rosentoshev

Results 8 comments of rosentoshev

@jaikumar1993 I found someone's solution to fixing the issue [here](https://github.com/Michaelvilleneuve/react-native-perspective-image-cropper/issues/18). However, as of this moment, I cannot get it to work myself.

@maknom66 Did you manage to resolve this issue on iOS? Your version works really well on Android but as @hashimkhatri mentioned it is not cropping correctly on iOS.

@Mrlnsider, did you get the `react-native-perspective-image-cropper` to work with this library? I managed to make a fork that works on Android based on other people's solutions but it does not...

`croppedImage` on Android (fairly accurate according to the rectangle overlay): ![Screenshot 2020-12-01 at 15 35 36](https://user-images.githubusercontent.com/61690760/100747543-dee75b00-33ea-11eb-965a-9483203476f8.png) `detectedRectangle` on Android (fairly accurate as a scale and position): ![Screenshot 2020-12-01 at 15...

@chunkydonut21 Yes, I made a working prototype version though it is with a local version of the `react-native-perspective-image-cropper` that I have, which is based on several people fixing issues with...

Thank you @humphreyja. I will try unmounting the camera, when navigating away from the page and will let you know.

@humphreyja I resolved this issue by setting an `if` statement to show or hide the scanner in the `onBack()` function that handles the back button. ``` this.setState({hideCamera:true}) ... render() {...