Closed stevoland closed 1 year ago
Issue:
width and height were only introduced as props on Image in react-native 0.71 (see eg docs for 0.70). Versions below this don't display the icons.
width
height
Image
Moved the dimensions to properties of the source prop
source
Check the expo-example visually then struggle to downgrade the react-native version (I didn't manage it!)
@stevoland thanks!
@stevoland can you check version 6.5.2
@dannyhw 6.5.2 icons fixed in my RN 0.69 project, thanks!
Issue:
width
andheight
were only introduced as props onImage
in react-native 0.71 (see eg docs for 0.70). Versions below this don't display the icons.What I did
Moved the dimensions to properties of the
source
propHow to test
Check the expo-example visually then struggle to downgrade the react-native version (I didn't manage it!)