Merge pull request #132 from brunolemos/patch-1
Fix style prop not being passed to Image component.
This commit is contained in:
commit
1cf545253c
|
@ -44,6 +44,7 @@ class FastImage extends Component {
|
|||
onLoad={onLoad}
|
||||
onError={onError}
|
||||
onLoadEnd={onLoadEnd}
|
||||
style={style}
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue