mirror of
https://github.com/status-im/react-native-fast-image.git
synced 2025-02-24 12:18:12 +00:00
Update snapshot.
This commit is contained in:
parent
39af5768b5
commit
5cff979757
@ -1,6 +1,19 @@
|
|||||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||||
|
|
||||||
exports[`FastImage renders correctly. 1`] = `
|
exports[`FastImage renders correctly. 1`] = `
|
||||||
|
<View
|
||||||
|
style={
|
||||||
|
Array [
|
||||||
|
Object {
|
||||||
|
"height": 44,
|
||||||
|
"width": 44,
|
||||||
|
},
|
||||||
|
Object {
|
||||||
|
"overflow": "hidden",
|
||||||
|
},
|
||||||
|
]
|
||||||
|
}
|
||||||
|
>
|
||||||
<FastImageView
|
<FastImageView
|
||||||
onFastImageError={undefined}
|
onFastImageError={undefined}
|
||||||
onFastImageLoad={undefined}
|
onFastImageLoad={undefined}
|
||||||
@ -19,11 +32,15 @@ exports[`FastImage renders correctly. 1`] = `
|
|||||||
}
|
}
|
||||||
style={
|
style={
|
||||||
Object {
|
Object {
|
||||||
"height": 44,
|
"bottom": 0,
|
||||||
"width": 44,
|
"left": 0,
|
||||||
|
"position": "absolute",
|
||||||
|
"right": 0,
|
||||||
|
"top": 0,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
|
</View>
|
||||||
`;
|
`;
|
||||||
|
|
||||||
exports[`Renders a normal Image when not passed a uri. 1`] = `
|
exports[`Renders a normal Image when not passed a uri. 1`] = `
|
||||||
|
Loading…
x
Reference in New Issue
Block a user