Closed LaGregance closed 2 years ago
Same here.
I have the same problem.
With the following code, I can select any file type
const pickerResult = await DocumentPicker.pickMultiple({
type: [DocumentPicker.types.pdf],
});
"react-native-document-picker": "^8.0.0", Android 11
Any update?
I'm going to close this because I believe it was fixed in #557. Please open a new issue if problem persists. Thank you :)
Bug report
Summary
When I set an array of string for
type
, I can select any file type on Android.Reproducible sample code
Steps to reproduce
Just call the function
DocumentPicker.pick
with multiple typesEnvironment info
npx react-native info
output:library version: 7.1.2 Android version: 11