Skip to content

Commit d3a5135

Browse files
authored
Update README.md for WPF setup
1 parent 458f1b5 commit d3a5135

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,18 @@ In Xcode, add `libsqlite3.tbd` to your project's `Build Phases` ➜ `Link Binary
5858
#### Windows
5959
1. Open the solution in `Visual Studio` for your Windows apps.
6060
- Right click your in the Explorer and click `Add` > `Existing Project...`.
61-
- Navigate to `./<app-name>/windows/RNSqlite2/` and add `RNSqlite2.csproj`.
61+
- [UWP] Navigate to `./<app-name>/windows/RNSqlite2/` and add `RNSqlite2.csproj`.
62+
63+
[WPF] Navigate to `./<app-name>/windows/RNSqlite2.Net46/` and add `RNSqlite2.Net46.csproj`.
6264
- Right click on your React Native Windows app under your solutions directory and click `Add` > `Reference...`.
63-
- Check the `RNSqlite2` you just added and press `Ok`.
65+
- [UWP] Check the `RNSqlite2` you just added and press `Ok`.
66+
67+
[WPF] Check the `RNSqlite2.Net46` you just added and press `Ok`.
6468
2. Open `MainPage.cs` in your app
6569
- Edit it like below:
6670

6771
```
68-
using RNFileSystem;
72+
using RNSqlite2;
6973
7074
get
7175
{

0 commit comments

Comments
 (0)