diff --git a/Libraries/Image/ImageBackground.js b/Libraries/Image/ImageBackground.js index 4bae2c339..7d04576dc 100644 --- a/Libraries/Image/ImageBackground.js +++ b/Libraries/Image/ImageBackground.js @@ -76,8 +76,8 @@ class ImageBackground extends React.Component<$FlowFixMeProps> { // So, we have to proxy/reapply these styles explicitly for actual component. // This workaround should be removed after implementing proper support of // intrinsic content size of the . - width: '100%', - height: '100%', + width: style.width, + height: style.height, }, imageStyle, ]}