Is it possible to create a native library in Xamarin?

I want to create a library in Xamarin and export this library so that I can use it in Android Studio and xCode to develop my own UI / UX. I would also like to distribute this library so that other developers can create their own interfaces. Is it possible?

Is it possible to export .jar.aar and the corresponding iOS library for use in native code?

+4
source share

All Articles