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)
CodePudding user response:
Try one of these :
- @flyskywhy/react-native-gcanvas (Last publish - a month ago)
- @lighthouse/react-native-sketch-canvas (Last publish - 9 months ago)
- react-native-canvas (Last publish - a year ago)
CodePudding user response:
You can use React native Skia from shopify
Here is a blog that you may find useful