소스 검색

Update README

Ryan Linton 8 년 전
부모
커밋
4618b6abd7
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4
    1
      README.md

+ 4
- 1
README.md 파일 보기

@@ -95,7 +95,10 @@ react-native link react-native-view-shot
95 95
 
96 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 104
 ## Thanks