-4

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 Answers1

-2

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

Rohit Aggarwal
  • 1,048
  • 1
  • 14
  • 32
  • Hi. From what I've read, there needs to be some modification to the Mainactivity.java file for my app too appear as an option to share from other apps, for example sharing a video from youtube. I could not get that working, as with my vague knowledge of java, the article was very cryptic about where to add that method. Could someone please expand on this? For your reference, the link of the article is https://www.bennettnotes.com/react-native-android-receive-data-from-share-intent/ – phoenix009 Sep 11 '21 at 14:24