Tuong Nguyen

Results 3 comments of Tuong Nguyen

I found the issue in [here](https://github.com/margelo/react-native-quick-sqlite/issues/42). Beside update minSdkVersion, I also modify `app.json` to enable `hermes` ```json "expo": { ... "jsEngine": "hermes" ... } ``` But does anyone know why...

I had a similar issue. But it was solved here. Also, add the extension folder in webpack config: ```js // path: ./src/admin/webpack.config.js 'use strict'; const _ = require('lodash'); const path...

> you can create a patch: File name: `patches/react-native-quick-sqlite+8.1.0.patch` > > content: > > ```diff > diff --git a/node_modules/react-native-quick-sqlite/android/build.gradle b/node_modules/react-native-quick-sqlite/android/build.gradle > index afcda02..2b8ea08 100644 > --- a/node_modules/react-native-quick-sqlite/android/build.gradle > +++ b/node_modules/react-native-quick-sqlite/android/build.gradle...