Skip to content

Commit 507df3d

Browse files
committed
Fix prop order to be consistent.
1 parent 1cf5452 commit 507df3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FastImage.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ class FastImage extends Component {
3838
<Image
3939
ref={e => (this._root = e)}
4040
{...props}
41+
style={style}
4142
source={source}
4243
onLoadStart={onLoadStart}
4344
onProgress={onProgress}
4445
onLoad={onLoad}
4546
onError={onError}
4647
onLoadEnd={onLoadEnd}
47-
style={style}
4848
/>
4949
)
5050
}

0 commit comments

Comments
 (0)