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