mirror of
https://github.com/status-im/react-native-fast-image.git
synced 2025-02-23 11:48:16 +00:00
Fix prop order to be consistent.
This commit is contained in:
parent
1cf545253c
commit
507df3db6a
@ -38,13 +38,13 @@ class FastImage extends Component {
|
||||
<Image
|
||||
ref={e => (this._root = e)}
|
||||
{...props}
|
||||
style={style}
|
||||
source={source}
|
||||
onLoadStart={onLoadStart}
|
||||
onProgress={onProgress}
|
||||
onLoad={onLoad}
|
||||
onError={onError}
|
||||
onLoadEnd={onLoadEnd}
|
||||
style={style}
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user