I am trying to make dynamic image cropper. I came across this package which seems to be working absolutely as I want.
I am trying to add this in my application. I followed the steps as specified in document
- install react-Native-perspective-image-cropper and react-native-svg and link them
- Download opencv framework and add that in ios project
but I keep getting the error
"opencv2/opencv.hpp' file not found"
Anyone came across same kind of error and can help?