Hey! How can I implement a native share button usi...
# kotlin-native
j
Hey! How can I implement a native share button using Kotlin/Native ios? I want to use the native “Sharing Sheet” from swiftui. Such as here: https://www.hackingwithswift.com/quick-start/swiftui/how-to-let-users-share-content-using-the-system-share-sheet And maybe there is another way? Maybe I should just use a callback into swiftui that opens a Sharing Sheet if that is even possible? Another source: https://stackoverflow.com/questions/77363954/how-to-share-text-in-ios-using-uiactivityviewcontroller-in-kotlin