Package Installation
Assuming the following project structure:
- MyCoolApp (netstandard library)
- MyCoolApp.UI (netstandard library)
- MyCoolApp.Services.Droid (platform library)
- MyCoolApp.Services.iOS (platform library)
- MyCoolApp.Services.UWP (platform library)
- MyCoolApp.Droid (application)
- MyCoolApp.iOS (application)
- MyCoolApp.UWP (application)
- MyCoolApp.UnitTests (tests)
- Install
ReactiveUI
into your netstandard libraries, platform library, applications and tests. - Install
ReactiveUI.XamForms
into your netstandard UI library, platform library, applications and tests. - Install
ReactiveUI.Events.XamForms
into your netstandard library and applications. - Install
ReactiveUI.Testing
into your tests.