React Native SQLite Storage

JSON →
library 6.0.1 ·javascript
verified Jun 7, 2026

react-native-sqlite-storage provides native SQLite3 bindings for React Native on Android and iOS. Version 6.0.1 supports both callback and Promise-based APIs, transactions, pre-populated database import, and Windows via callback. It requires react-native >=0.14.0 and has been tested with React 16.2. The library is the standard choice for SQLite in React Native, offering a familiar Cordova-like API. It supports automatic linking via CocoaPods for RN >=0.60 and manual linking for older versions.