@boltcode/react-native-sqlite-storage

6.1.4 • Public • Published

react-native-sqlite-storage

This is a fork of https://github.com/andpor/react-native-sqlite-storage in order to fix few things.

Installation

Follow the same guideline as the original project, the only difference is to use this command for installation:

# Install this lib as an alias of react-native-sqlite-storage
yarn add react-native-sqlite-storage@npm:@boltcode/react-native-sqlite-storage

# For typescript
yarn add -D @types/react-native-sqlite-storage

What's new in this fork

Android 11 fix

Following the issue and the PR:

We create two folder on driver-build:

We respectively patch both projects with these PR from another project:

Because it would be a terrible effort to have done all this work without adding a feature, I've added the sqlite uuid extension to the file android-sqlite-native-driver/native/sqlc.c:sqlc_db_open.

Also there is a script build-android-native-driver.sh that build both project and copies libs under platforms/android-native/libs.

Package Sidebar

Install

npm i @boltcode/react-native-sqlite-storage

Weekly Downloads

3

Version

6.1.4

License

MIT

Unpacked Size

5.18 MB

Total Files

55

Last publish

Collaborators

  • la-gregance