// 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",
}
/>
"testUri": "../Libraries/Image/__tests__/img/img2.png",
</View>
`;