Update snapshot.

This commit is contained in:
Dylan Vann 2018-03-10 19:12:19 -05:00
parent 39af5768b5
commit 5cff979757

View File

@ -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`] = `