Releases: react-native-documents/document-picker
Releases · react-native-documents/document-picker
Release 7.1.0
Release 7.0.0
Release 6.1.1
Release 6.1.0
Release 6.0.4
6.0.4 (2021-08-22)
Release 6.0.3
Release 6.0.2
Release 6.0.1
6.0.1 (2021-08-09)
Release 6.0.0
6.0.0 (2021-08-09)
BREAKING CHANGES
⚠️ Breaking in v6: pick returns a Promise<Array> instead of Promise. If you were using pick, change those usages to pickSingle.- deployment target changed to ios 11, specify
platform :ios, '11.0'
in your podfile - includes the work from (#421)
new features
- new example project add, code rewritten to typescript (#421)