diff --git a/Libraries/Image/ImageBackground.js b/Libraries/Image/ImageBackground.js index aff1632e9..3be306f8c 100644 --- a/Libraries/Image/ImageBackground.js +++ b/Libraries/Image/ImageBackground.js @@ -42,18 +42,23 @@ const View = require('View'); */ class ImageBackground extends React.Component { render() { - const {children, style, ...props} = this.props; + const {children, style, imageStyle, imageRef, ...props} = this.props; + return ( {children}