Configuration UWP for add Image with Xamarin Form 3.6
There is a bug for adding image in Xamarin Forms to get around it you have to get the nuget win2DUP and add
<DisableWin2DPlatformCheck>true</DisableWin2DPlatformCheck>
in your csproj UWP
Add in MainActivity.cs
ScrollStacklayoutRender.Init();
Add in AppDelegate
ControlesCustoms.iOS.Renderers.ScrollStacklayoutRenderer.Initialize();