You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. In Visual Studio add the `RNConfigReader.sln` in `node_modules/react-native-config-reader/windows/RNConfigReader.sln` folder to their solution, reference from their app.
41
52
2. Open up your `MainPage.cs` app
42
53
- Add `using Config.Reader.RNConfigReader;` to the usings at the top of the file
43
54
- Add `new RNConfigReaderPackage()` to the `List<IReactPackage>` returned by the `Packages` method
0 commit comments