Calling DocumentPicker.pickMultiple() on iOS does not allow me to pick multiple files. I can only pick one at a time.
Tested on physical device and used the Browse tab instead of Recent tab
Reproducible sample code
Simply run this on iOS:
DocumentPicker.pickMultiple()
Environment info
npx react-native info output:
System:
OS: macOS 11.5.2
CPU: (8) arm64 Apple M1
Memory: 175.98 MB / 16.00 GB
Shell: 5.8 - /bin/zsh
Binaries:
Node: 16.13.1 - ~/.nvm/versions/node/v16.13.1/bin/node
Yarn: 1.22.17
npm: 8.1.2 - ~/.nvm/versions/node/v16.13.1/bin/npm
Watchman: 2022.01.31.00 - /usr/local/bin/watchman
Managers:
CocoaPods: 1.11.2 - /usr/local/bin/pod
SDKs:
iOS SDK:
Platforms: DriverKit 21.0.1, iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0
Android SDK: Not Found
IDEs:
Android Studio: 2020.3 AI-203.7717.56.2031.7784292
Xcode: 13.1/13A1030d - /usr/bin/xcodebuild
Languages:
Java: 11.0.13 - /usr/bin/javac
npmPackages:
@react-native-community/cli: Not Found
react: 17.0.2 => 17.0.2
react-native: 0.66.4 => 0.66.4
react-native-macos: Not Found
npmGlobalPackages:
*react-native*: Not Found
Bug report
Summary
Calling
DocumentPicker.pickMultiple()
on iOS does not allow me to pick multiple files. I can only pick one at a time. Tested on physical device and used the Browse tab instead of Recent tabReproducible sample code
Simply run this on iOS:
Environment info
npx react-native info
output:library version: 8.0.0
iOS : 15.2.1