2

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)
fakermaker
  • 57
  • 8

2 Answers2

3

You can use React native Skia from shopify

Here is a blog that you may find useful

Layeb Mazen
  • 142
  • 5
1

Try one of these :

  1. @flyskywhy/react-native-gcanvas (Last publish - a month ago)
  2. @lighthouse/react-native-sketch-canvas (Last publish - 9 months ago)
  3. react-native-canvas (Last publish - a year ago)
Thanhal P A
  • 4,097
  • 3
  • 18
  • 38