File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -58,14 +58,18 @@ In Xcode, add `libsqlite3.tbd` to your project's `Build Phases` ➜ `Link Binary
58
58
#### Windows
59
59
1 . Open the solution in ` Visual Studio ` for your Windows apps.
60
60
- 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 ` .
62
64
- 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 ` .
64
68
2 . Open ` MainPage.cs ` in your app
65
69
- Edit it like below:
66
70
67
71
```
68
- using RNFileSystem ;
72
+ using RNSqlite2 ;
69
73
70
74
get
71
75
{
You can’t perform that action at this time.
0 commit comments