An image view component that corrects the distorted image with its corner points.
npm install react-native-perspective-correction-image-viewAn image view component that corrects the distorted image with its corner points.

``sh`
yarn add react-native-perspective-correction-image-view`
orsh`
npm install react-native-perspective-correction-image-view
Please take a look at the example app.
`typescript``
sourceCorners={[114, 80, 324, 46, 77, 203, 306, 252]}
sourceWidth={400}
sourceHeight={300}
width={200}
height={150}
backgroundColor='black'
ref={perspectiveCorrectionImageRef}
/>
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT