fix: LinkingLibrariesWindows.md link (#2365)

This commit is contained in:
Rıdvan Altun 2019-07-09 23:40:01 +03:00 committed by Sibelius Seraphini
parent e6469bb630
commit 00e9c32453

View File

@ -406,7 +406,7 @@ ext {
### Windows
1. `npm install react-native-camera --save`
2. Link the library as described here: [react-native-windows / LinkingLibrariesWindows.md](https://github.com/Microsoft/react-native-windows/blob/master/docs/LinkingLibrariesWindows.md)
2. Link the library as described here: [react-native-windows / LinkingLibrariesWindows.md](https://github.com/microsoft/react-native-windows/blob/master/current/docs/LinkingLibrariesWindows.md)
For the last step of this guide, you have to add the following things to your `MainReactNativeHost.cs`:
- in the import section at the very top: `using RNCamera;`