Open rutujayewalekar29 opened 4 years ago
use android:launchMode="singleInstance" in
What about for iOS?
Setting launchMode "singleTask" in AndroidManifest.xml worked for me
i ve used this package with all new features with react native greater than 0.60 support react-native-receive-sharing-intent
I am using react native share extension on android. When I share from any other app to my app, it launches a different instance of my application even though an application is already running in background. I want the share to open the already existing instance of the application. How do I achieve this ?