in react native
, you need to convert a piece of base64
string data into a picture and save it to an album
now I don"t know how to save base64
strings
the saveToCameraRoll (tag, type)
provided in the CameraRoll
component seen on the official website can be saved to the album
, but this method requires tag
to be a local picture or video
file:/sdcard/img.png
on android
.