I want to add a watermark to React native Camera. Whenever I click/shoot the images the watermarked image should be saved.
Asked
Active
Viewed 3,350 times
3
-
https://reactnative.dev/docs/imagebackground ?? – Vishal Sharma Dec 06 '21 at 05:02
-
I need mostly dynamic text – Shreyak Dec 06 '21 at 06:04
-
What do you mean - _mostly dynamic text_ ? – Vishal Sharma Dec 06 '21 at 06:17
-
Yes I need fully dynamic text as a watermark on Image – Shreyak Dec 07 '21 at 12:41
-
@Shreyak I haven't tried it, but you could try loading the image into a canvas, then adding the text to the canvas, and finally saving that canvas image – KOseare Dec 07 '21 at 13:59
1 Answers
1
I used react-native-image-marker and it worked for me.

Shreyak
- 41
- 1
- 7
-
1As it’s currently written, your answer is unclear. Please [edit] to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Dec 09 '21 at 16:38