andpor / react-native-sqlite-storage

Full featured SQLite3 Native Plugin for React Native (Android and iOS)
MIT License
2.73k stars 521 forks source link

How to (Windows) for React Native Windows #451

Open aberba opened 3 years ago

aberba commented 3 years ago

The README has clear guides on how to set it up on iOS and Android but no mention of using it in React Native Windows even though it is mentioned as supported. Please how can I use it that way?

JeromeBeckett commented 2 years ago

This would definitely be appreciated as I'm currently trying and failing to get it working on RN Windows.

Shivara2022 commented 1 year ago

I'm getting Error: Invalid database handle

MacKenzieHnC commented 1 year ago

I'm getting Error: Invalid database handle

How did you include the database in the project? I'm trying to figure out how to use this for Windows as well and then finally get some thorough documentation implemented. I've got it bundling correctly, but VS is showing an error about accessing out-of-bounds memory.

What is the exact circumstance of your error? What are the exact steps you took to include the db file?

MacKenzieHnC commented 1 year ago

SOLVED (I hope): https://github.com/andpor/react-native-sqlite-storage/issues/491#issuecomment-1368515615