Skip to content

Commit 1cf5452

Browse files
authored
Merge pull request #132 from brunolemos/patch-1
Fix style prop not being passed to Image component.
2 parents 5a67ff2 + f6beea6 commit 1cf5452

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

FastImage.js

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ class FastImage extends Component {
4444
onLoad={onLoad}
4545
onError={onError}
4646
onLoadEnd={onLoadEnd}
47+
style={style}
4748
/>
4849
)
4950
}

0 commit comments

Comments
 (0)