Releases: react-native-documents/document-picker
Releases · react-native-documents/document-picker
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
v3.5.1
- fixed missing
types.zip
on windows
- eslint is enforced on JS and TS files
v3.5.0
- added
allow copying picked files
to app sandbox using copyTo: "cachesDirectory" | "documentDirectory"
#311
- this release assumes you use RN >=0.59 and targets ios >= 10 (same as RN)
v3.3.3
- Add support for zip extension #289, #290
v3.3.2
- fix podspec: #275, #283
- new git version tags: #283
- use official method to get root view controller #230