Skip to content

Commit

Permalink
Merge pull request #132 from brunolemos/patch-1
Browse files Browse the repository at this point in the history
Fix style prop not being passed to Image component.
  • Loading branch information
DylanVann committed Feb 1, 2018
2 parents 5a67ff2 + f6beea6 commit 1cf5452
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FastImage.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ class FastImage extends Component {
onLoad={onLoad}
onError={onError}
onLoadEnd={onLoadEnd}
style={style}
/>
)
}
Expand Down

0 comments on commit 1cf5452

Please sign in to comment.