Browse Source

Update README

Ryan Linton 7 years ago
parent
commit
4618b6abd7
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      README.md

+ 4
- 1
README.md View File

95
 
95
 
96
 #### Windows
96
 #### Windows
97
 
97
 
98
-No support yet. Feel free to PR.
98
+1. In Visual Studio, in the solution explorer, right click on your project solution then select `Add` ➜ `ExisitingProject`
99
+2. Go to `node_modules` ➜ `react-native-view-shot` and add `RNViewShot.csproj` (UWP) or optionally `RNViewShot.Net46.csproj` (WPF)
100
+3. In Visual Studio, in the solution explorer, right click on your project then select `Add` ➜ `Reference`
101
+4. Under the projects tab select `RNViewShot` (UWP) or `RNViewShot.Net46` (WPF)
99
 
102
 
100
 
103
 
101
 ## Thanks
104
 ## Thanks