Hye, is there any processing library or any ways to include watermark to video and picture for both platform (ios and android) using react-native ?
Asked
Active
Viewed 4,532 times
1 Answers
3
react-native-image-marker is an excellent library for adding water-mark to photos. It supports both text and image water marking.
Demo:

Harikrishnan
- 9,688
- 11
- 84
- 127
-
does this one support for video type also ? – Hazim Ali May 17 '19 at 05:16
-
Video not supported in this library. For that take a look at https://github.com/shahen94/react-native-video-processing – Harikrishnan May 17 '19 at 06:43
-
that package not supported for watermark for video.. thanks btw, I guess probably need to process the watermark for video on server. – Hazim Ali May 18 '19 at 07:03
-
It's a good idea to offload memory intensive tasks to back-end. – Harikrishnan May 18 '19 at 10:36