How to store images in a react-enabled Android app?

I am receiving base64 ImageString via WebSocket. Now I want to save it using ImageStore. But this is specific to IOS. Is there a way to achieve something similar for Android?

+3


source to share





All Articles