nygardk / react-share

Social media share buttons and share counts for React
MIT License
2.6k stars 433 forks source link

Web Share #439

Open SaadBazaz opened 2 years ago

SaadBazaz commented 2 years ago

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!