TuNguyenThanh / react-native-image-placeholder

React native Image Placeholder
141 stars 53 forks source link

Image with children is deprecated #9

Closed xmeltrut closed 7 years ago

xmeltrut commented 7 years ago

Looks like React has deprecated images having child objects. The simulator gives me a warning:

The use of <Image> with children is deprecated and will cause an error in the near feature. Please reconsider the layout or use <ImageBackground> instead.