For a react-native app I wanted to be able to receive any URL from the browser or any other application which shares URL's with the system sharing system (or whatever it's called).
I find it weird that RN doesn't provide this out of the box but it's easy to implement.