Skip to content

Commit

Permalink
Immediately show file size message for large attachments
Browse files Browse the repository at this point in the history
  • Loading branch information
ShridharGoel committed Mar 31, 2024
1 parent 4280ef4 commit 1c2078c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/AttachmentPicker/index.native.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ const imagePickerOptions = {
saveToPhotos: false,
selectionLimit: 1,
includeExtra: false,
assetRepresentationMode: 'current',
};

/**
Expand Down

0 comments on commit 1c2078c

Please sign in to comment.