Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

React-native - Expo, share on twitter

I'm looking for a solution to social media share on Expo. I have tried with react-native-social-share from npm but it doesn't work on Expo. Is there any way to do it?

Thanks

like image 936
J. Doe Avatar asked May 21 '18 14:05

J. Doe


1 Answers

You can use the default share solution from React Native described here: https://facebook.github.io/react-native/docs/share.html#docsNav

like image 200
Lucas Z. Avatar answered Oct 06 '22 08:10

Lucas Z.