meliorence / react-native-image-gallery

Pure JavaScript image gallery component for iOS and Android with high-performance and native feeling in mind
715 stars 298 forks source link

Complete issues fixes & workarounds #152

Open andy-asi opened 3 years ago

andy-asi commented 3 years ago

This PR is aimed to solve and ignore some of the issues raised by the lack of maintenance for this library which are:

To use this PR, change your package.json from:

"react-native-image-gallery": "^2.1.5",

to:

"react-native-image-gallery": "archriss/react-native-image-gallery#152/head"

then run yarn or npm i

I made this PR for my own production app. Hope it might help anyone whose app depends on this library. Happy coding!