Releases: react-native-documents/document-picker
Releases · react-native-documents/document-picker
v5.2.0
new features
- feat: add pickDirectory on Android (#414)
v5.0.2
- fix: copyTo on android to put the file in a uniquely named dir (#397)
v5.0.1
- fix: correct copyFile on Android. (#392)
v5.0.0
New features
- breaking: support only android >=5 (API 21) #386
- [Android][Google Drive] Download file from google drive then store in local storage (#264) (
copyTo
option now supported on android as well)
Bugfixes:
- Issue with pickMultiple for Android #317 closed via #386
v4.2.0
- iOS : add mode option #345
v4.1.1
- fix: Fix allFiles on iOS #356
v4.1.0
- feat: Exposed types for doc, ppt and xls files (#348)
v4.0.0
New features
- Fix React dependency to enable XCode 12 build #347
v3.5.3
- fix: TS typings - file size is a number, not string #320