Share photo to application

Hello,

I’m new in expo.io and i would like to know before starting developpement if this feature is possible.

Add a share link in galery or in every share button to share photo : https://photos.app.goo.gl/HjFEhgYjTVYr7FPt7

I saw this : Android intent filter: associate app with file extension
but nothing concrete…

Thanks in advance.

Hey @rabot,

In order to achieve that type of share you functionality, you would have to eject your Expo project and use a library like this one: GitHub - doefler/react-native-social-share: Use the iOS and Android native Twitter and Facebook share popup with React Native https://github.com/doefler/react-native-social-share or create your own native modules. The Share API in React Native is rather limited in its capabilities.

Cheers,

Adam

Hello @adamjnav

I found something similar that i want : GitHub - meedan/react-native-share-menu: A module for React Native that adds your app to the share menu of the device
But he needs an IOS dev to maintain the project.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.