react-native-share-menu
react-native-share-menu copied to clipboard
Gracefully handle HostAppURLScheme
We can handle adding :// if it's not included here so let's make this easier on the user.
Before: HostAppURLScheme must contain ://
Now: HostAppURLScheme can match CFBundleURLSchemes exactly or contain :// if you want to me more specific.