diff options
author | Shravya Ramesh <shravs1208@gmail.com> | 2021-06-17 23:52:28 -0700 |
---|---|---|
committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-06-17 23:52:28 -0700 |
commit | 11fe0a31a7d9bba4f9fc8cdc79ef9896f4e1decc (patch) | |
tree | 6589540302a0da2e0770162981313aa084461974 /src/components/moments/Moment.tsx | |
parent | dcd2d3f3dc86d784dd8060a150c57afd0a5b642a (diff) |
Add buttons, styles to ZoomInCropper Screen
Diffstat (limited to 'src/components/moments/Moment.tsx')
-rw-r--r-- | src/components/moments/Moment.tsx | 4 |
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, }); } }) |