mirror of
https://github.com/status-im/react-native-fast-image.git
synced 2025-02-23 19:58:15 +00:00
commit
30c2d966e4
4
index.js
4
index.js
@ -63,9 +63,9 @@ class FastImage extends Component {
|
||||
const resolvedSource = resolveAssetSource(source)
|
||||
|
||||
return (
|
||||
<View style={[style, styles.imageContainer]}>
|
||||
<View style={[style, styles.imageContainer]}
|
||||
ref={e => (this._root = e)}>
|
||||
<FastImageView
|
||||
ref={e => (this._root = e)}
|
||||
{...props}
|
||||
style={StyleSheet.absoluteFill}
|
||||
source={resolvedSource}
|
||||
|
Loading…
x
Reference in New Issue
Block a user