How to make my react native app appear in the share list on android

689 Views Asked by At

I'm trying to make my react native app appear in the share apps list, for example from youtube. How do I do this exactly? If someone could please guide me on what I have to add to my java files on android, that'd be great, as I have close to no experience with java.

Thanks.

1

There are 1 best solutions below

1
Rohit Aggarwal On

You can use Deep Linking by react-navigation for your application. Related article here.
Please refer to my comment instead.