nygardk / react-share

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

Any plan to add support for React18 ? #453

Open sunchanras opened 2 years ago

sunchanras commented 2 years ago

Hi @nygardk, any plan to add support for React18 ?

arjanski commented 2 years ago

Would also be very interested in this, we would like to use react-share but cannot due to missing React18 support

sunchanras commented 2 years ago

I currently run npm i -force to temporary solve the problem and will update when the new version come out.

kitsbits commented 2 years ago

Also interested in seeing support for React 18, plz

Rambatino commented 1 year ago

This repo is dead

br-matt commented 1 year ago

You can also just fork it and install from your github with the peer deps updated until the owner does come back around

Rambatino commented 1 year ago

Use import { FacebookShareButton, TwitterShareButton } from 'next-share'; it's the same API and no forking around

dimaMixd commented 1 year ago

@Rambatino Thanks man, you saved my day