amit khoth
amit khoth

Reputation: 96

How to use Xamarin in existing iOS or Android Project?

I have an iOS project written in Swift.

I want to launch Xamarin.Forms Views inside iOS Native Project. How to do two way communication from iOS Native Project to Xamarin.Forms view?

is there any way to achieve this task?

Ex. I can achieve this task using Flutter Module.

https://github.com/flutter/flutter/wiki/Add-Flutter-to-existing-apps
https://medium.com/flutter-community/add-flutter-to-existing-android-ios-app-ae8c4fb1582e

How to achieve above using Xamarin?

Upvotes: 1

Views: 218

Answers (2)

Daniel
Daniel

Reputation: 1545

You maybe can di that with the Embeddinator-4000 that creates native libraries of .NET libraries. https://github.com/mono/Embeddinator-4000

Upvotes: 1

Patrick Goode
Patrick Goode

Reputation: 1452

This can be done with Xamarin Forms Native Views

Upvotes: 0

Related Questions