Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rozele authored Nov 10, 2016
1 parent e32372f commit be9f840
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,22 +94,11 @@ Add the `ReactNativeVideo` project to your solution.

**windows/myapp/myapp.csproj**

Add a reference to `ReactNativeVideo` to your main application project.

Using Visual Studio 2015:
Add a reference to `ReactNativeVideo` to your main application project. From Visual Studio 2015:

1. Right-click main application project > Add > Reference...
2. Check `ReactNativeVideo` from Solution Projects.

Manually from `windows/myapp/myapp.csproj`, add:

```xml
<ProjectReference Include="..\..\node_modules\react-native-video\windows\ReactNativeVideo\ReactNativeVideo.csproj">
<Project>{e8f5f57f-757e-4237-ad23-f7a8755427cd}</Project>
<Name>ReactNativeVideo</Name>
</ProjectReference>
```

**MainPage.cs**

Add the `ReactVideoPackage` class to your list of exported packages.
Expand Down

0 comments on commit be9f840

Please sign in to comment.