Handle selectionLimit on Android
(cherry picked from commit 251f06dd5e65a7083b810bad3d81114b2fe9ab39)
This commit is contained in:
committed by
Samuel Newman
parent
f7ba617b32
commit
e91ace1c40
@@ -449,7 +449,7 @@ export function SelectMediaButton({
|
||||
quality: 1,
|
||||
allowsMultipleSelection: true,
|
||||
legacy: true,
|
||||
selectionLimit,
|
||||
selectionLimit: isIOS ? selectionLimit : undefined,
|
||||
preferredAssetRepresentationMode:
|
||||
UIImagePickerPreferredAssetRepresentationMode.Current,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user