Skip to content
Next
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Minds Mobile
Project
Project
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
145
Issues
145
List
Boards
Labels
Service Desk
Milestones
Merge Requests
15
Merge Requests
15
Packages
Packages
List
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Minds
Minds Mobile
Commits
eb546bf9
Commit
eb546bf9
authored
2 hours ago
by
Martin Santangelo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(chore) remove snapshot
parent
2cf0c334
feat/capture-image-scroll
1 merge request
!295
[Sprint/KiltedKoala] (feat) scroll latest media in capture
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
133 deletions
+0
-133
CaptureGallery.js.snap
__tests__/capture/__snapshots__/CaptureGallery.js.snap
+0
-133
No files found.
__tests__/capture/__snapshots__/CaptureGallery.js.snap
View file @
eb546bf9
// 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={
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment