how to open sharing screen directly on android
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 |
|---|---|
![]() |
![]() |
Environment
| software | version |
|---|---|
| Android | |
| @react-navigation/native | ^5.7.3 |
| react | 16.13.1 |
| react-native | 0.63.2 |
| npm or yarn | yarn |
Hello! Thanks! So, you're basically suggesting a new feature, right? Did I understand it correctly?
Hi can you help me with install this library
I have a problem when I run-ios
Thanks
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

