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.
You can use Deep Linking by react-navigation for your application. Related article here.Please refer to my comment instead.