Replies: 1 comment 1 reply
-
It looks like it's possible if a .NET Binding project/library is created. https://github.com/CommunityToolkit/maui.nativelibraryinterop Then it can be used in our .net for ios and .net for android apps. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In React Native, you can write native code or use native libraries and link it to your React Native app. Is it possible to achieve this with Uno Platform?
I'd really like to be able to use tools like Superwall but they don't have a .net SDK, though they do have Flutter and ReactNative SDKs which just wrap the native calls.
Edit: It looks like it's supported in Maui, though it's questionable whether it supports libraries written in Swift. Additionally, while Maui controls can be embedded in Uno apps, I'm not sure if that makes all Maui features available.
Beta Was this translation helpful? Give feedback.
All reactions