Expensify / react-native-share-menu

A module for React Native that adds your app to the share menu of the device
MIT License
650 stars 237 forks source link

how to open sharing screen directly on android #72

Open jinsunee opened 4 years ago

jinsunee commented 4 years ago

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
caiosba commented 4 years ago

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

duylinhdang1998 commented 3 years ago

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

jayeshkarma100 commented 3 years ago

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