react native's async storage is basically JSON on ios, but android uses sqlite using a java plugin to read the db and pass the entries back to the js layer seems to work
react native's async storage is basically JSON on ios, but android uses sqlite
using a java plugin to read the db and pass the entries back to the js layer seems to work