MaxAst / expo-share-extension

Expo config plugin for creating iOS share extensions with a custom view.
MIT License
161 stars 4 forks source link

android support #27

Closed kayode0x closed 1 month ago

kayode0x commented 1 month ago

hey Max, I was wondering if there are plans to support android

MaxAst commented 1 month ago

At the moment I have no plans to support android. From my experience, the UX for sharing is a little different on android as it does not support custom views, I believe it always redirects to the host app. Will dig into this once I have a need for it.

kayode0x commented 1 month ago

i'll request a PR if i make progress.

export-mike commented 1 day ago

@MaxAst maybe this module could seemlessly use a intent-filter and launch the ShareExtension.tsx on open for android?

https://github.com/achorein/expo-share-intent