Tuong Nguyen

Results 2 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...