ajith-ab / react-native-receive-sharing-intent

A React Native plugin that enables React Native apps to receive sharing photos, videos, text, urls or any other file types from another app
MIT License
297 stars 108 forks source link

Allow for custom protocol #50

Closed silverhawk184 closed 3 years ago

silverhawk184 commented 3 years ago

iOS doesn't handle multiple apps having the same URL protocol very well. https://stackoverflow.com/a/13130479

Resolves: https://github.com/ajith-ab/react-native-receive-sharing-intent/issues/45