react-native-sqlite-storage icon indicating copy to clipboard operation
react-native-sqlite-storage copied to clipboard

Full featured SQLite3 Native Plugin for React Native (Android and iOS)

Results 149 react-native-sqlite-storage issues
Sort by recently updated
recently updated
newest added

After installing react-native-sqlite-storage library I am unable to run ios app ## Expected Behavior Should be able to run iOS app ## Current Behavior When I run the npx react-native...

xiaomi 11 lite 5g Android 13 "react-native-sqlite-storage": "^6.0.1", "react": "18.2.0", "react-native": "0.72.4",

Is it possible to download a database file from an iPhone?

I'm stuck on using react-native-sqlite-storage, whenever I start initially open a new database as was mentioned in the documentation usage, I get this error: TypeError: Cannot read properties of undefined...

Can we use this library for RN versions 0.69 and above?

Error while opening the database on React 0.71.2 ## Expected Behavior Open the database as expected ## Current Behavior ![image](https://user-images.githubusercontent.com/68975668/217699309-dc36e614-dc49-4f53-ba23-897736805ebc.png) ## Possible Solution I'm not sure of what can be...

Can't install properly on android "react": "18.2.0", "react-native": "0.71.7", "react-native-sqlite-storage": "^6.0.1" i am getting this error A problem occurred configuring project ':react-native-sqlite-storage'. > Could not resolve all files for configuration...

android.database.sqlite.SQLiteException: Can't downgrade database from version 2 to 1

# Error in opening the database ``` import { openDatabase } from 'react-native-sqlite-storage' const db = openDatabase({ name: `${dbName}.db` }) ``` ## Cannot read properties of undefined (reading 'open') ```...

## Expected Behavior ## Current Behavior ## Possible Solution ## Steps to Reproduce (for bugs) ## Context ## Your Environment * React Native SQLite Storage Version used: * React Native...