xerdnu / react-native-blasted-image

A simple yet powerful image component for React Native, powered by Glide and SDWebImage.
MIT License
88 stars 10 forks source link

Future react-native major releases to discontinue support for `defaultProps` #16

Closed longnguyen2508 closed 3 weeks ago

longnguyen2508 commented 4 months ago

Upon updating to react-native version 0.74.0, the following warning was encountered:

ERROR Warning: BlastedImage: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead.

bigriot commented 3 months ago

It's kind of troubling that an issue with such an easy fix is not being addressed yet. I'm willing to make the necessary changes but wondering if it would help at all seeing there's two pending pull requests that haven't been addressed since March.....

xerdnu commented 3 weeks ago

Fixed in the latest release and sorry for the late response.

Best regards 🚀