aboutsummaryrefslogtreecommitdiff
path: root/src/components/moments/Moment.tsx
diff options
context:
space:
mode:
authorShravya Ramesh <shravs1208@gmail.com>2021-06-17 23:52:28 -0700
committerShravya Ramesh <shravs1208@gmail.com>2021-06-17 23:52:28 -0700
commit11fe0a31a7d9bba4f9fc8cdc79ef9896f4e1decc (patch)
tree6589540302a0da2e0770162981313aa084461974 /src/components/moments/Moment.tsx
parentdcd2d3f3dc86d784dd8060a150c57afd0a5b642a (diff)
Add buttons, styles to ZoomInCropper Screen
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,
});
}
})