1. In Visual Studio add the `RNThread.sln` in `node_modules/react-native-thread/windows/RNThread.sln` folder to their solution, reference from their app.
1. In Visual Studio add the `RNThread.sln` in `node_modules/react-native-threads/windows/RNThread.sln` folder to their solution, reference from their app.
2. Open up your `MainPage.cs` app
- Add `using Thread.RNThread;` to the usings at the top of the file
- Add `new RNThreadPackage()` to the `List<IReactPackage>` returned by the `Packages` method