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

Is this project compatible with the latest version of react-native-windows?

Open artworx opened this issue 5 years ago • 0 comments

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

artworx avatar Aug 28 '20 12:08 artworx