diff --git a/README.md b/README.md index 4b718c34..dffa90df 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,7 @@ Make the following additions to the given files manually: **windows/myapp.sln** Add the `ReactNativeVideo` project to your solution. + 1. Open the solution in Visual Studio 2015 2. Right-click Solution icon in Solution Explorer > Add > Existing Project... 3. Select `node_modules\react-native-video\windows\ReactNativeVideo\ReactNativeVideo.csproj` @@ -96,10 +97,12 @@ Add the `ReactNativeVideo` project to your solution. Add a reference to `ReactNativeVideo` to your main application project. Using 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 {e8f5f57f-757e-4237-ad23-f7a8755427cd}