Skip to content

Commit e2fa879

Browse files
Returning location and timestamp
1 parent edc79fb commit e2fa879

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ImageItem.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ class ImageItem extends Component {
4444
/>);
4545

4646
const { image } = item.node;
47+
image.location = item.node.location;
48+
image.timestamp = item.node.timestamp;
4749

4850
return (
4951
<TouchableOpacity

0 commit comments

Comments
 (0)