alinz / react-native-share-extension

react-native as an engine to drive share extension
MIT License
764 stars 398 forks source link

ShareExtension.openURL is not a function #175

Open SirCameron opened 5 years ago

SirCameron commented 5 years ago

on Android I get the error that ShareExtension.openURL is not a function. ShareExtension.close() and .data() work fine.

Is there a reason for this?

SirCameron commented 5 years ago

So I used Linking for android and ShareExtension for iOS...

ajith-ab commented 5 years ago

use react-native-file-share-intent

SirCameron commented 5 years ago

@ajith-ab thanks, but not really an answer. I'm looking to share links.

braincore commented 4 years ago

@SirCameron: I'm getting this error on iOS. Any suggestions?

ajith-ab commented 4 years ago

i ve used this package with all new features with react native greater than 0.60 support react-native-receive-sharing-intent