document-picker

Document Picker for React Native

MIT License

Downloads
1.1M
Stars
1.3K

Bot releases are visible (Hide)

document-picker - Release 6.1.0

Published by vonovak about 3 years ago

6.1.0 (2021-10-02)

Bug Fixes

Features

document-picker - Release 6.0.4

Published by github-actions[bot] about 3 years ago

6.0.4 (2021-08-22)

document-picker - Release 6.0.3

Published by github-actions[bot] about 3 years ago

6.0.3 (2021-08-17)

Bug Fixes

document-picker - Release 6.0.2

Published by github-actions[bot] about 3 years ago

6.0.2 (2021-08-10)

Bug Fixes

  • TS make DocumentPickerResponse a single response (#451) (4c98593)
document-picker - Release 6.0.1

Published by github-actions[bot] about 3 years ago

6.0.1 (2021-08-09)

document-picker - Release 6.0.0

Published by github-actions[bot] about 3 years ago

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)

chore

document-picker - Release 5.3.0

Published by github-actions[bot] about 3 years ago

5.3.0 (2021-08-09)

WARNING: this release is not done correctly, it has breaking changes in it

Features

document-picker -

Published by vonovak over 3 years ago

new features

  • feat: add pickDirectory on Android (#414)
document-picker - v5.0.2

Published by vonovak over 3 years ago

  • fix: copyTo on android to put the file in a uniquely named dir (#397)
document-picker - v5.0.1

Published by vonovak over 3 years ago

  • fix: correct copyFile on Android. (#392)
document-picker - v5.0.0

Published by vonovak over 3 years ago

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
document-picker - v4.3.0

Published by vonovak over 3 years ago

  • Fix crash on iOS #383
document-picker - v4.2.0

Published by vonovak almost 4 years ago

  • iOS : add mode option #345
document-picker -

Published by vonovak almost 4 years ago

  • fix: Fix allFiles on iOS #356
document-picker - v4.1.0

Published by vonovak almost 4 years ago

  • feat: Exposed types for doc, ppt and xls files (#348)
document-picker - v4.0.0

Published by vonovak about 4 years ago

New features

  • Fix React dependency to enable XCode 12 build #347
document-picker - v3.5.3

Published by vonovak over 4 years ago

  • fix: TS typings - file size is a number, not string #320
document-picker - v3.5.2

Published by vonovak over 4 years ago

document-picker - v3.5.1

Published by vonovak over 4 years ago

  • fixed missing types.zip on windows
  • eslint is enforced on JS and TS files
document-picker - v3.5.0

Published by vonovak over 4 years ago

  • 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)
Package Rankings
Top 1.06% on Npmjs.org
Related Projects