AsyncStorage vs Expo.SQLite AsyncStorage vs Expo.SQLite sqlite sqlite

AsyncStorage vs Expo.SQLite


I would store the images to the filesystem using FileSystem.downloadAsync. Then you can store the mapping from unique ID to image filepath in SQLite or Redux + AsyncStorage.