DylanVann / react-native-fast-image

🚩 FastImage, performant React Native image component.
MIT License
8.1k stars 1.48k forks source link

React 18.0.0 support #918

Closed aplimrek closed 1 year ago

aplimrek commented 1 year ago

Changes :

KilianB commented 1 year ago

This will drop support for react 17 which surely is not intended. Did you check any regression which may happen due to upgrading to react 18?

evgeniy-skakun commented 1 year ago

"react": "^16.8.6 || ^17.0.0 || ^18.0.0" ?

@KilianB @aplimrek

nibblesnbits commented 1 year ago

Any movement on this? I hope to be able to upgrade soon.

DylanVann commented 1 year ago

I'm going to go with ^17 || ^18. Seems it might have some regressions, to be resolved in patch releases.