doefler / react-native-social-share

Use the iOS and Android native Twitter and Facebook share popup with React Native https://github.com/doefler/react-native-social-share
MIT License
418 stars 76 forks source link

Android Twitter can only Tweet Text #47

Open zvandervelde opened 7 years ago

zvandervelde commented 7 years ago

It appears you can only share text when tweeting. It would be nice to add functionality for images and urls like on iOS.

melihberberolu commented 6 years ago

How can i share image and text ? Only share initial text..

imchathu87 commented 6 years ago

Why Android cant share Images or Links via this library ?

doefler commented 6 years ago

@melihberberolu you might find this discussion helpful #63

@empitechathu this library relies on the built-in sharing features, so when Android or iOS deprecate particular features, it also won't work here. However, some users of this library have contributed with workarounds. If you have any suggestions or would like to help out with some of the issues you found, please let me know 😄