We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a6b7f9 commit 7b9d7faCopy full SHA for 7b9d7fa
package/src/components/AttachmentPicker/AttachmentPicker.tsx
@@ -243,7 +243,6 @@ export const AttachmentPicker = React.forwardRef(
243
maxNumberOfFiles,
244
numberOfAttachmentPickerImageColumns,
245
numberOfUploads: selectedFiles.length + selectedImages.length,
246
- // `id` is available for Expo MediaLibrary while Cameraroll doesn't share id therefore we use `uri`
247
selected:
248
selectedImages.some((image) => (image?.uri ? image.uri === asset.uri : false)) ||
249
selectedFiles.some((file) => (file?.uri ? file.uri === asset.uri : false)),
0 commit comments