diff options
author | Michael <michael.foiani@gmail.com> | 2021-07-14 17:49:36 -0400 |
---|---|---|
committer | Michael <michael.foiani@gmail.com> | 2021-07-14 17:49:36 -0400 |
commit | d3b757fa16224f6c7cff136674cfac05c3a24c3f (patch) | |
tree | e54703caf9a7f38c93afda8921fba3a7fc88cfa0 /src | |
parent | f1873c074f3e9d8807b5e812f7ee37ba495a6c0a (diff) |
Hide the trimmer.
Diffstat (limited to 'src')
-rw-r--r-- | src/components/comments/ZoomInCropper.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/comments/ZoomInCropper.tsx b/src/components/comments/ZoomInCropper.tsx index 5fad89e6..3c1e287d 100644 --- a/src/components/comments/ZoomInCropper.tsx +++ b/src/components/comments/ZoomInCropper.tsx @@ -307,7 +307,7 @@ export const ZoomInCropper: React.FC<ZoomInCropperProps> = ({ style={styles.zoomView}> <View style={styles.videoParent} ref={vidRef}> <TrimmerPlayer - hideTrimmer={false} + hideTrimmer={true} source={media.uri} videoStyles={[ styles.media, |