Commit eb546bf9 authored by Martin Santangelo's avatar Martin Santangelo

(chore) remove snapshot

1 merge request!295[Sprint/KiltedKoala] (feat) scroll latest media in capture
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`cature gallery component should calls onSelected when the user select an image 1`] = `
<FlatList
ListFooterComponent={null}
data={
Array [
Object {
"node": Object {
"group_name": "Camera Roll",
"image": Object {
"filename": "IMG_0000.JPG",
"height": 2002,
"isStored": true,
"playableDuration": 0,
"uri": "assets-library://asset/asset.JPG?id=ED7AC36B-A150-4C38-BB8C-F2CCCD180C1CC&ext=JPG",
"width": 3000,
},
"location": Object {
"altitude": 0,
"heading": 0,
"latitude": 63.5314,
"longitude": -19.5112,
"speed": 2.0533344256922823,
},
"timestamp": 1565288354521,
"type": "ALAssetTypePhoto",
},
},
Object {
"node": Object {
"group_name": "Camera Roll",
"image": Object {
"filename": "IMG_0001.JPG",
"height": 2002,
"isStored": true,
"playableDuration": 0,
"uri": "assets-library://asset/asset.JPG?id=ED7AC36B-A150-4C38-BB8C-9AC935717411E&ext=JPG",
"width": 3000,
},
"location": Object {
"altitude": 0,
"heading": 0,
"latitude": 63.5314,
"longitude": -19.5112,
"speed": 2.0533344256922823,
},
"timestamp": 1565288354521,
"type": "ALAssetTypePhoto",
},
},
Object {
"node": Object {
"group_name": "Camera Roll",
"image": Object {
"filename": "IMG_0002.JPG",
"height": 2002,
"isStored": true,
"playableDuration": 0,
"uri": "assets-library://asset/asset.JPG?id=ED7AC36B-A150-4C38-BB8C-698CA88253132&ext=JPG",
"width": 3000,
},
"location": Object {
"altitude": 0,
"heading": 0,
"latitude": 63.5314,
"longitude": -19.5112,
"speed": 2.0533344256922823,
},
"timestamp": 1565288354521,
"type": "ALAssetTypePhoto",
},
},
Object {
"node": Object {
"group_name": "Camera Roll",
"image": Object {
"filename": "IMG_0003.JPG",
"height": 2002,
"isStored": true,
"playableDuration": 0,
"uri": "assets-library://asset/asset.JPG?id=ED7AC36B-A150-4C38-BB8C-6649CEED07826&ext=JPG",
"width": 3000,
},
"location": Object {
"altitude": 0,
"heading": 0,
"latitude": 63.5314,
"longitude": -19.5112,
"speed": 2.0533344256922823,
},
"timestamp": 1565288354521,
"type": "ALAssetTypePhoto",
},
},
Object {
"node": Object {
"group_name": "Camera Roll",
"image": Object {
"filename": "IMG_0004.JPG",
"height": 2002,
"isStored": true,
"playableDuration": 0,
"uri": "assets-library://asset/asset.JPG?id=ED7AC36B-A150-4C38-BB8C-67E972C706138&ext=JPG",
"width": 3000,
},
"location": Object {
"altitude": 0,
"heading": 0,
"latitude": 63.5314,
"longitude": -19.5112,
"speed": 2.0533344256922823,
},
"timestamp": 1565288354521,
"type": "ALAssetTypePhoto",
},
},
]
}
disableVirtualization={false}
horizontal={false}
initialNumToRender={10}
keyExtractor={[Function]}
maxToRenderPerBatch={10}
numColumns={3}
onEndReached={[Function]}
onEndReachedThreshold={2}
removeClippedSubviews={true}
renderItem={[Function]}
scrollEventThrottle={50}
updateCellsBatchingPeriod={50}
windowSize={21}
/>
`;
exports[`cature gallery component should renders correctly 1`] = `
<View
style={
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment