mirror of
https://github.com/status-im/react-native-fast-image.git
synced 2025-02-23 19:58:15 +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
|
<Image
|
||||||
ref={e => (this._root = e)}
|
ref={e => (this._root = e)}
|
||||||
{...props}
|
{...props}
|
||||||
|
style={style}
|
||||||
source={source}
|
source={source}
|
||||||
onLoadStart={onLoadStart}
|
onLoadStart={onLoadStart}
|
||||||
onProgress={onProgress}
|
onProgress={onProgress}
|
||||||
onLoad={onLoad}
|
onLoad={onLoad}
|
||||||
onError={onError}
|
onError={onError}
|
||||||
onLoadEnd={onLoadEnd}
|
onLoadEnd={onLoadEnd}
|
||||||
style={style}
|
|
||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user