22 lines
485 B
Plaintext
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",
|
|
}
|
|
}
|
|
/>
|
|
`;
|