After upgrade to RN 0.74.0 an error/warning is logged with react-native-image-cache 3.1.0
ERROR Warning: CachedImage: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead.
in CachedImage (created by CGPItem)
in RCTView (created by View)
in View (created by Animated(View))
in Animated(View) (created by TouchableOpacity)
in TouchableOpacity (created by TouchableOpacity)
...