I'm downloading video files to application documents directory and i need to copy my downloaded videos to camera roll. How can i do this with react native?
Thanks
I'm downloading video files to application documents directory and i need to copy my downloaded videos to camera roll. How can i do this with react native?
Thanks
The CameraRoll API would be the place to have a look at, maybe the saveimagewithtag method works for you. Otherwise, there is no built-in possibility and you would have to implement it on your own.