react-share
react-share copied to clipboard
Web Share
Hey there, Thanks for the great library.
Would appreciate if this library could include Web Share API. This would make it in all-in-one library.
Here is a tutorial to make such a button in React. A WebShareButton in this library would be great.
The Web Share API opens the native sharing popup on the respective OS. It is specially good for mobile devices.
Example on iOS:

That way, we could use WebShareButton by default in our apps and fallback to the other buttons e.g. WhatsAppButton etc if the WebShare API is not supported.
Thanks!