Is possible to do iOS/Android project based on .net or xamarin.forms with silver?

I’m evaluating all the options to build my project on Swift. In Viability for x-platform with Swift it say is possible to use xamarin, but wanna confirm and know how exactly? What I need to change in the project to make it run?

it’s possible, since Silver/.NET compiles to plain .NET libraries, so anything you can compile in C#, you can also do in Silver/.NEt, and you can use any of the Xamarin APIs. But you’d be in your own in terms of putting the pieces together, as the Xamarin tool chain (eg how it gets from a .NET exe to what runs on an iOS device) is not integrated with Fire, of course.