I have been trying to work out how to directly share videos to social media through my React Native (Expo) app, but I can't figure it out. I don't want to use "[share]" (https://www.stackoverflow.com/) from React Native, as that goes through a bottom modal first and then allows the user to choose the platform.
For example, I want to be able to click on a "share on Instagram" button and get directly directed to the Instagram app through my React Native app. I have tried the "expo-facebook" login as an example, but that doesn't work anymore with my Expo SDK version.
Please, does anyone have any suggestions or ideas for what I can do? I want to use it to share videos on YouTube, posts on Instagram, tweets on Twitter, and posts on Facebook.
Thank you in advance!
I have tried using "react-native-share" ([link] (https://react-native-share.github.io/react-native-share/docs/install)), but I can't link the native modules as I'm using Expo (I believe this is at least why). I ran "npm install react-native-share" and then tried to run "react-native link react-native-share" or "expo link react-native-share," but this didn't work.
I also tried using "expo-facebook," but the module has been deprecated ([link]: https://docs.expo.dev/versions/v45.0.0/sdk/facebook/).