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