Skip to content

Commit 7bc8441

Browse files
cbarkermsmatthargett
authored andcommitted
updated docs to reflect change from MainPage.cs -> MainReactNativeHost.cs (microsoft#1599)
1 parent 080b99a commit 7bc8441

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

docs/LinkingLibrariesWindows.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ If the dependency has native code, there should be a `.csproj` file inside it's
3131
![Add Refererence](img/AddReference.png)
3232
![Add Refererence](img/AddReference2.png)
3333

34-
### Step 3 - Update MainPage.cs
34+
### Step 3 - Update MainReactNativeHost.cs
3535

3636
If the dependency has native code, there should be an implementation of `IReactPackage` in it's project.
3737

38-
- Open MainPage.cs
39-
- Add the `IReactPackage` implementation to the `Packages` list in MainPage.cs
38+
- Open MainReactNativeHost.cs
39+
- Add the `IReactPackage` implementation to the `Packages` list in MainReactNativeHost.cs
4040

41-
![Update MainPage](img/UpdateMainPage.png)
41+
![Update MainReactNativeHost](img/UpdateMainReactNativeHost.png)
4242

4343
## Automatic Linking
4444

docs/img/AddExistingProject.png

-110 KB
Loading

docs/img/AddReference.png

-106 KB
Loading

docs/img/AddReference2.png

-42.9 KB
Loading

docs/img/UpdateMainPage.png

-219 KB
Binary file not shown.
124 KB
Loading

0 commit comments

Comments
 (0)