Tricycle on Windows is currently implemented using Xamarin Forms for WPF. This was originally chosen because of the complications of executing an external process in UWP. However, figuring out how to make this work in UWP will open up more possibilities for frameworks that Tricycle can leverage. For example, React Native for Windows is built on UWP.
While there are still some issues to be ironed out, I was able to get Tricycle working with UWP. Those changes will be kept separate in the #127-uwp branch.
Tricycle on Windows is currently implemented using Xamarin Forms for WPF. This was originally chosen because of the complications of executing an external process in UWP. However, figuring out how to make this work in UWP will open up more possibilities for frameworks that Tricycle can leverage. For example, React Native for Windows is built on UWP.