We often access a local sqlite database when we developing an app. What is the counterpart in react native? Do I have to use AsyncStorage to store data without a native modu
Full feature SQLite Plugin for React Native is available here:
https://github.com/andpor/react-native-sqlite-storage
Version 2.1.0 supports both iOS and Android and the fmk has both plain JS callback and Promise based interfaces.