When developing a diary in react native, how do you implement content and pictures if you want to store them locally?

AsyncStorage can only store strings, so what about pictures? It must be too big to change to base64.
is there a relevant api, plug-in, or a simple idea to provide?

Mar.07,2021
Menu