skip to Main Content

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


  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)
    Login or Signup to reply.
  2. You can use React native Skia from shopify

    Here is a blog that you may find useful

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search