Releases: react-native-documents/document-picker
Releases · react-native-documents/document-picker
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