Merge pull request #132 from brunolemos/patch-1

Fix style prop not being passed to Image component.
This commit is contained in:
Dylan Vann 2018-01-31 20:21:54 -05:00 committed by GitHub
commit 1cf545253c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ class FastImage extends Component {
onLoad={onLoad}
onError={onError}
onLoadEnd={onLoadEnd}
style={style}
/>
)
}