Skip to content

Releases: react-native-documents/document-picker

Release 6.0.0

09 Aug 20:12

Choose a tag to compare

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

Release 5.3.0

09 Aug 19:41

Choose a tag to compare

5.3.0 (2021-08-09)

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

Features

v5.2.0

15 Jun 21:05

Choose a tag to compare

new features

  • feat: add pickDirectory on Android (#414)

v5.0.2

15 Mar 22:37

Choose a tag to compare

  • fix: copyTo on android to put the file in a uniquely named dir (#397)

v5.0.1

15 Mar 22:37

Choose a tag to compare

  • fix: correct copyFile on Android. (#392)

v5.0.0

06 Feb 11:18

Choose a tag to compare

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.3.0

06 Feb 11:16

Choose a tag to compare

  • Fix crash on iOS #383

v4.2.0

25 Dec 18:17

Choose a tag to compare

  • iOS : add mode option #345

v4.1.1

15 Dec 00:43

Choose a tag to compare

  • fix: Fix allFiles on iOS #356

v4.1.0

15 Dec 00:42

Choose a tag to compare

  • feat: Exposed types for doc, ppt and xls files (#348)