Relative Content

Tag Archive for androidios.netreact-native

Is it possible to create native iOS and Android libraries using .NET 8+?

I’m working on a project where I would like to create native-like libraries for both iOS and Android using pure .NET 8+ libraries (without the UI components of .NET MAUI). The goal is to compile these .NET libraries so they can be used in native iOS projects via CocoaPods and in native Android projects as a .so file. Additionally, I want to make these libraries reusable in a React Native project.