Here are some images from websites and I want to save them to Android camera roll.
I found out that React Native has an function CameraRoll.saveImageWithTag which could save certain image into the camera roll, but the param tag should be a local URI, such as "file:///sdcard/img.png". So how to save the image in Android React Native if the image source was not local?