react-native-share-menu icon indicating copy to clipboard operation
react-native-share-menu copied to clipboard

how to open sharing screen directly on android

Open jinsunee opened this issue 5 years ago • 3 comments

Hi :) I'm using this package on my project for sharing images from other app or URL. and I have successfully installed this on my project and thanks for your good document.

Question

I wonder how to open sharing screen directly when sharing app icon pressed, unlike Example.

In other words, I want to implement images sharing like Pinterest.

pressing sharing icon open sharing screen directly
image image

Environment

software version
Android
@react-navigation/native ^5.7.3
react 16.13.1
react-native 0.63.2
npm or yarn yarn

jinsunee avatar Aug 13 '20 05:08 jinsunee

Hello! Thanks! So, you're basically suggesting a new feature, right? Did I understand it correctly?

caiosba avatar Aug 21 '20 16:08 caiosba

Hi can you help me with install this library I have a problem when I run-ios
Thanks

duylinhdang1998 avatar Oct 05 '20 09:10 duylinhdang1998

if you looking for a native android feel then you need to create a separate route for sharing intent and with this package, you can add conditions to show sharing screen directly or simple app view and you also need to change your app lunch mode to standard because we always want to lunch our app for sharing intent I think this will help you if yes please like it so others will find it useful thank you

jayeshkarma100 avatar Aug 24 '21 08:08 jayeshkarma100