react native saves network pictures to the album. The iOS side can use the CameraRoll that comes with RN to perfectly solve the problem. However, the android side does not support saving pictures from the network. Is there any good third-party solution?
You can take a look at these two libraries react-native-fs and react-native-fetch-blob
I implemented the component of saving pictures to the album by myself