alinz / react-native-share-extension

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

Application has not been registered #174

Open SirCameron opened 4 years ago

SirCameron commented 4 years ago

I have managed to get this working on iOS, but with Android, no luck. How does one define the JS entry point for the share activity?

I am getting this error: "Application xxx has not been registered."

It's not finding the correct JS entry where I register the component.

ajith-ab commented 4 years ago

use react-native-file-share-intent

SirCameron commented 4 years ago

@ajith-ab does your lib allow link sharing?