Handle selectionLimit on Android

(cherry picked from commit 251f06dd5e65a7083b810bad3d81114b2fe9ab39)
This commit is contained in:
Eric Bailey
2025-08-12 18:30:59 -05:00
committed by Samuel Newman
parent f7ba617b32
commit e91ace1c40
+1 -1
View File
@@ -449,7 +449,7 @@ export function SelectMediaButton({
quality: 1,
allowsMultipleSelection: true,
legacy: true,
selectionLimit,
selectionLimit: isIOS ? selectionLimit : undefined,
preferredAssetRepresentationMode:
UIImagePickerPreferredAssetRepresentationMode.Current,
}),