From 18eca660a7220e4bb67b7ddc267cfde7e8905c0d Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 13 Jul 2021 16:22:27 -0400 Subject: Small variable I forgot to delete. --- src/utils/camera.ts | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'src/utils') diff --git a/src/utils/camera.ts b/src/utils/camera.ts index f95499a5..4f933b0c 100644 --- a/src/utils/camera.ts +++ b/src/utils/camera.ts @@ -8,7 +8,6 @@ import { TakePictureOptions, TakePictureResponse, } from 'react-native-camera'; - import ImagePicker, {ImageOrVideo, Video} from 'react-native-image-crop-picker'; import {ERROR_UPLOAD} from '../constants/strings'; @@ -93,18 +92,6 @@ export const navigateToVideoPicker = (callback: (vid: Video) => void) => { }); }; -const options = { - compress: { - width: 1080, - height: 1920, - bitrateMultiplier: 3, - saveToCameraRoll: true, // default is false, iOS only - saveWithCurrentDate: true, // default is false, iOS only - minimumBitrate: 300000, - // removeAudio: true, // default is false - }, -}; - export const showGIFFailureAlert = (onSuccess: () => void) => Alert.alert( 'Warning', -- cgit v1.2.3-70-g09d2