react-photo-gallery icon indicating copy to clipboard operation
react-photo-gallery copied to clipboard

React 17.x support

Open Brandons404 opened this issue 3 years ago • 6 comments

It would be really cool if this library supported React version 17 and up. I tried pulling the project myself to see if I could get it working with V17 but the errors I am getting are far over my head.. It seems like 3 or 4 of the peer dependencies of other modules needed for this library are conflicting with the versions installed in this library as well.

Brandons404 avatar Aug 25 '21 00:08 Brandons404

The plugin works with React 17, so at the minimum this only needs bumping the peer dependency up from "react": "^16.8.0" to "react": "^17.0.0". Could this be done asap, please.

Vacilando avatar Dec 22 '21 22:12 Vacilando

I'd like to echo my support for solving this issue. It's a pain to tell folks they have to use npm i [email protected] --force to install this library. I'm using it in the following tutorials:

mraible avatar Apr 04 '22 00:04 mraible

@mraible,

You may want to take a look at react-photo-album since react-photo-gallery is no longer being maintained. Great articles by the way!

igordanchenko avatar Apr 04 '22 01:04 igordanchenko

@igordanchenko I tried react-photo-album and it works great. Thanks!

mraible avatar Apr 04 '22 04:04 mraible

@neptunian any news on this? Your gallery remains extremely popular but we need it to work with React 17 (and now React 18 as well).

Vacilando avatar Sep 21 '22 21:09 Vacilando

@neptunian any news on this? Your gallery remains extremely popular but we need it to work with React 17 (and now React 18 as well).

Also interested. Looking to use this, haven't attempted to get it it running personally but would be nice to use it.

skellyk avatar Sep 26 '22 22:09 skellyk