I have an app that uses expo-camera to take a picture. I would like to implement a function that would let user to draw over a taken picture. What is the best way to achieve this?
What have I tried?
- react-native-sketch-canvas (looks like this component is no longer supported)
2
Answers
Try one of these :
You can use React native Skia from shopify
Here is a blog that you may find useful