Xamarin lets you build native apps for Android, iOS, and macOS using .NET code and platform-specific user interfaces.

With Xamarin Native you can expect to save about 30% to 40% of your development time as you can share business logic, data and presentation layer between your Android and iOS code, however this still leaves all of the UI being platform dependent, which is a major disadvantage compared to other cross-platform frameworks like React Native or Flutter. With Xamarin Forms (or the upcoming MAUI update) you can share the UI layer as well, but we experienced that it was hard to customize to reach a pixel-perfect design.

Xamarin is backed by Microsoft and while the community behind Xamarin is sizable, developers are hard to come by from our experience. 

Why is this technology on hold?

As we have more confidence and experience in React Native and believe that there is more value to found in Flutter moving forward, we no longer recommend to use Xamarin for new mobile projects.

Related technologies