0

I have this image with the image of a ruler superimposed on it,as you can see in this image, and I want to save the image with the ruler on it to the camera roll . The ruler is a View component on the Image loaded from the camera roll. I am not able to find a way to do this. Can someone help?

1 Answers1

0

You can use following github repository to superimpose image on video and image.

https://github.com/sagark1510/react-native-video-watermark

Using this git repo i am superimpose image on video succesfully.

This git repo produce some configuration error you need to solve those error.

You can also try this npm and git repository

npm i react-native-image-marker

https://www.npmjs.com/package/react-native-image-marker

https://github.com/JimmyDaddy/react-native-image-marker

Vishal Dhanotiya
  • 2,512
  • 1
  • 13
  • 32