react-native-sqlite-2
react-native-sqlite-2 copied to clipboard
Is this project compatible with the latest version of react-native-windows?
I'm following this guide for windows: https://microsoft.github.io/react-native-windows/docs/getting-started and add a native module as documented here: https://microsoft.github.io/react-native-windows/docs/native-modules-using
As a total Visual Studio newbie, trying to add any of the solution files from node_modules/react-native-sqlite-2/windows/ as documented on the using native modules page I get a bunch of errors. Also, step 3 asks to update "pch.h", but this project is C#?
How should this project be used with the latest version of react-native-windows?
These are the commands that i used:
npx react-native init <projectName> --template react-native@^0.62.2
cd <projectName>
npx react-native-windows-init --overwrite
npx react-native run-windows