aboutsummaryrefslogtreecommitdiff
path: root/src/components/moments/Moment.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/moments/Moment.tsx')
-rw-r--r--src/components/moments/Moment.tsx4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/components/moments/Moment.tsx b/src/components/moments/Moment.tsx
index 557f9d4a..1d4509dd 100644
--- a/src/components/moments/Moment.tsx
+++ b/src/components/moments/Moment.tsx
@@ -62,7 +62,9 @@ const Moment: React.FC<MomentProps> = ({
// image: picture,
// });
navigation.navigate('ZoomInCropper', {
- imageURI: picture.path,
+ screenType,
+ title: title,
+ image: picture,
});
}
})