Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to make my react-native android app appear in the share list of another android app

Here, I am adding the image for more clarification of my problem statement.

enter image description here

like image 766
Anu Avatar asked Apr 26 '18 15:04

Anu


1 Answers

You're looking to create a share activity for your Android app.

react-native-share-extension should provide you with a good starting point (as well as providing support for iOS if you're working on a Mac).

like image 82
Jordan Duncan Avatar answered Oct 01 '22 21:10

Jordan Duncan