mirror of
https://github.com/status-im/react-native-fast-image.git
synced 2025-02-24 12:18:12 +00:00
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",
|
||
|
}
|
||
|
}
|
||
|
/>
|
||
|
`;
|