aboutsummaryrefslogtreecommitdiff
path: root/src/screens/profile/EditProfile.tsx
diff options
context:
space:
mode:
authorBrian Kim <brian@tagg.id>2021-07-15 15:04:14 -0400
committerBrian Kim <brian@tagg.id>2021-07-15 15:04:14 -0400
commit404f8b7d78674aa5fc57c83a3b44496785124fee (patch)
treedf977d2600aa631746b58703f350ae42ab69be34 /src/screens/profile/EditProfile.tsx
parentfb63fdf195a2e81a03301cfbf54d5c284b8c82cf (diff)
Initial changes
Diffstat (limited to 'src/screens/profile/EditProfile.tsx')
-rw-r--r--src/screens/profile/EditProfile.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/screens/profile/EditProfile.tsx b/src/screens/profile/EditProfile.tsx
index 20a62b19..fca02ffc 100644
--- a/src/screens/profile/EditProfile.tsx
+++ b/src/screens/profile/EditProfile.tsx
@@ -161,6 +161,7 @@ const EditProfile: React.FC<EditProfileProps> = ({route, navigation}) => {
cropping: true,
cropperToolbarTitle: 'Select Header',
mediaType: 'photo',
+ compressVideoPreset: 'Passthrough',
}).then((picture) => {
if ('path' in picture) {
setForm({
@@ -186,6 +187,7 @@ const EditProfile: React.FC<EditProfileProps> = ({route, navigation}) => {
cropperToolbarTitle: 'Select Profile Picture',
mediaType: 'photo',
cropperCircleOverlay: true,
+ compressVideoPreset: 'Passthrough',
}).then((picture) => {
if ('path' in picture) {
setForm({