react-native-fast-image/__snapshots__/FastImage.test.js.snap
Dylan Vann 1666f7c4e5 Make android and iOS view loading events conform to API of React Native's Image.
This will make using this library as a drop in replacement easier.
This commit also fixes some issues in the android progress implementation.
2017-07-25 00:44:08 -04:00

22 lines
485 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`FastImage renders correctly. 1`] = `
<FastImageView
onFastImageError={undefined}
onFastImageLoad={undefined}
onFastImageLoadEnd={undefined}
onFastImageLoadStart={undefined}
onFastImageProgress={undefined}
resizeMode="cover"
source={
Object {
"headers": Object {
"token": "someToken",
},
"priority": "high",
"uri": "https://facebook.github.io/react/img/logo_og.png",
}
}
/>
`;