admin管理员组

文章数量:1394970

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 ponent is no longer supported)

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 ponent is no longer supported)
Share Improve this question asked Nov 5, 2022 at 18:54 fakermakerfakermaker 1671 silver badge10 bronze badges 0
Add a ment  | 

2 Answers 2

Reset to default 4

You can use React native Skia from shopify

Here is a blog that you may find useful

Try one of these (As on 22-04-2024) :

  1. @shopify/react-native-skia (57K+ weekly downloads & Last publish - 3 days ago)
  2. react-native-canvas (40K+ weekly downloads & Last publish - A year ago)
  3. @flyskywhy/react-native-gcanvas (Last publish - 4 months ago & 400+ weekly downloads)
  4. @lighthouse/react-native-sketch-canvas (Last publish - 2 years ago)

本文标签: javascriptHow to draw over a picture in React NativeStack Overflow