Thank you for this plugin! I think there's an inconsistency between Android and TS code (not sure if it was intentional). Android: https://github.com/buildyourwebapp/tauri-plugin-sharesheet/blob/c11aa05040fd12197bc498cb4a5b6aa7f8ca1c75/android/src/main/java/SharesheetPlugin.kt#L23 Missing key in TS: https://github.com/buildyourwebapp/tauri-plugin-sharesheet/blob/c11aa05040fd12197bc498cb4a5b6aa7f8ca1c75/guest-js/index.ts#L7
Thank you for this plugin! I think there's an inconsistency between Android and TS code (not sure if it was intentional).
Android:
tauri-plugin-sharesheet/android/src/main/java/SharesheetPlugin.kt
Line 23 in c11aa05
Missing key in TS:
tauri-plugin-sharesheet/guest-js/index.ts
Line 7 in c11aa05