From 11fe0a31a7d9bba4f9fc8cdc79ef9896f4e1decc Mon Sep 17 00:00:00 2001 From: Shravya Ramesh Date: Thu, 17 Jun 2021 23:52:28 -0700 Subject: Add buttons, styles to ZoomInCropper Screen --- src/components/moments/Moment.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/components/moments') 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 = ({ // image: picture, // }); navigation.navigate('ZoomInCropper', { - imageURI: picture.path, + screenType, + title: title, + image: picture, }); } }) -- cgit v1.2.3-70-g09d2