-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simplest way to add share extension? #7
Comments
@crieggalder , did you figure out how to do this? I'm hoping to do the same thing! |
@bwjohns4 nope, lmk if you do! |
I'd recommend just pulling the source into your app for now. I did this with one of my dogfood projects https://github.com/EvanBacon/pillar-valley/tree/master/targets/widgets |
@bwjohns4 you might find this helpful: https://github.com/achorein/expo-share-intent-demo/tree/expo49 |
Hi @EvanBacon , are there any operations to perform after importing the target? these are the tasks I performed
|
Hey @EvanBacon, thanks for this and all the work you do for the community!
What's the simplest way to add a share extension to an Expo app? Combining this with something like https://github.com/Expensify/react-native-share-menu?
A brief example of adding a share extension would be super helpful, as I suspect it's the most common use case people have (3rd highest feature request here: https://expo.canny.io/feature-requests/p/share-extension-ios-share-intent-android).
Thanks!
The text was updated successfully, but these errors were encountered: