mirror of
https://github.com/status-im/react-native.git
synced 2025-01-17 04:50:59 +00:00
33bbfb7125
Reviewed By: cpojer, rafeca Differential Revision: D5777553 fbshipit-source-id: 3bc8559076435c6254972552095967b88acb0576
21 lines
357 B
Plaintext
21 lines
357 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`renders assets based on relative path 1`] = `
|
|
<View>
|
|
<Image
|
|
source={
|
|
Object {
|
|
"testUri": "../Libraries/Image/__tests__/img/img1.png",
|
|
}
|
|
}
|
|
/>
|
|
<Image
|
|
source={
|
|
Object {
|
|
"testUri": "../Libraries/Image/__tests__/img/img2.png",
|
|
}
|
|
}
|
|
/>
|
|
</View>
|
|
`;
|