Skip to content

Commit

Permalink
Update README.md for WPF setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Kudo authored Jun 16, 2017
1 parent 458f1b5 commit d3a5135
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,18 @@ In Xcode, add `libsqlite3.tbd` to your project's `Build Phases` ➜ `Link Binary
#### Windows
1. Open the solution in `Visual Studio` for your Windows apps.
- Right click your in the Explorer and click `Add` > `Existing Project...`.
- Navigate to `./<app-name>/windows/RNSqlite2/` and add `RNSqlite2.csproj`.
- [UWP] Navigate to `./<app-name>/windows/RNSqlite2/` and add `RNSqlite2.csproj`.

[WPF] Navigate to `./<app-name>/windows/RNSqlite2.Net46/` and add `RNSqlite2.Net46.csproj`.
- Right click on your React Native Windows app under your solutions directory and click `Add` > `Reference...`.
- Check the `RNSqlite2` you just added and press `Ok`.
- [UWP] Check the `RNSqlite2` you just added and press `Ok`.

[WPF] Check the `RNSqlite2.Net46` you just added and press `Ok`.
2. Open `MainPage.cs` in your app
- Edit it like below:

```
using RNFileSystem;
using RNSqlite2;
get
{
Expand Down

0 comments on commit d3a5135

Please sign in to comment.