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

Failed to install react-native-quick-sqlite: React Native is not running on-device. QuickSQLite can only be used when synchronous method invocations (JSI) are possible

Open wogno opened this issue 1 year ago • 6 comments

I install and I get this error, new architecture is enabled

Error: Failed to install react-native-quick-sqlite: React Native is not running on-device. QuickSQLite can only be used when synchronous method invocations (JSI) are possible. If you are using a remote debugger (e.g. Chrome), switch to an on-device debugger (e.g. Flipper) instead.

"react-native-quick-sqlite": "^8.1.0", "react-native": "0.74.2",

wogno avatar Jun 23 '24 03:06 wogno