wcandillon / react-native-img-cache

Image Cache for React Native
https://hackernoon.com/image-caching-in-react-native-96d8df33ca84
Apache License 2.0
732 stars 142 forks source link

Add ImageBackground #75

Closed nicolasbrugneaux closed 7 years ago

nicolasbrugneaux commented 7 years ago

To remove deprecation warning: http://facebook.github.io/react-native/releases/0.49/docs/images.html#background-image-via-nesting

This component can basically be written <CustomCachedImage component={ImageBackground} /> but is much more intuitive to use like this imho.

pxue commented 7 years ago

would love for this to be merged :) thanks in advance

wcandillon commented 7 years ago

@nicolasbrugneaux Thanks a lot for your contribution. I added it to version 1.5.0. For some reasons I couldn't use your PR directly since circle seemed to trip when the PR comes from a project fork. Not sure why 🤔.