Recently Xamarin Forms Previewer was introduced for Android and iOS Xamarin Forms applications.( https://developer.xamarin.com/guides/xamarin-forms/xaml/xaml-previewer/ )
Wanted to know how Xamarin Forms Previewer works internally. I mean how are the native controls rendered to the previewer when a change is done in the xaml file.
I could find Xamarin Forms source code from github (https://github.com/xamarin/Xamarin.Forms).
But is the source for Xamarin Forms Previewer source code open source as well so that it can be referred to better understand the working on Xamarin Forms Previewer?
Thanks