@react-native-documents/picker 9.3.1 → 10.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,7 +7,7 @@ class PromiseWrapper {
7
7
  private var promiseReject: RNDPPromiseRejectBlock?
8
8
  private var nameOfCallInProgress: String?
9
9
 
10
- private let E_DOCUMENT_PICKER_CANCELED = "E_DOCUMENT_PICKER_CANCELED"
10
+ private let E_DOCUMENT_PICKER_CANCELED = "OPERATION_CANCELED"
11
11
  private let ASYNC_OP_IN_PROGRESS = "ASYNC_OP_IN_PROGRESS"
12
12
 
13
13
  func setPromiseRejectingPrevious(_ resolve: @escaping RNDPPromiseResolveBlock,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-documents/picker",
3
- "version": "9.3.1",
3
+ "version": "10.0.1",
4
4
  "description": "A react native interface to access documents from dropbox, google drive, iCloud...",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
File without changes
@@ -1,2 +0,0 @@
1
- #Sun Jan 12 23:27:41 PST 2025
2
- gradle.version=8.9
File without changes