react-native-social-share
react-native-social-share copied to clipboard
Unable to share images or view text on iOS
trafficstars
The following code produces a blank screen:
facebookShare = () => {
shareOnFacebook({
'text':'Global democratized marketplace for art',
'link':'',
'imagelink': 'https://storage.googleapis.com/bookshelf-today/august/AUG-16.png',
},
(results) => {
console.log(results);
}
);
}
The text and imagelink fields don't seem to work.
Hey @RockinRonE
Facebook has changed what they allow the sharing modal to load with. Now they only allow links. Then the user will have to write their own text and pick their own image.