You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 1, 2023. It is now read-only.
|**`types`**| <code>string[]</code> | List of accepted file types. Look at [IANA Media Types](https://www.iana.org/assignments/media-types/media-types.xhtml) for a complete list of standard media types. This option cannot be used with `multiple: true` on Android. ||
262
-
|**`multiple`**| <code>boolean</code> | Whether multiple files may be selected. | <code>false</code> |
263
-
|**`readData`**| <code>boolean</code> | Whether to read the file data. | <code>false</code> |
|**`types`**| <code>string[]</code> | List of accepted file types. Look at [IANA Media Types](https://www.iana.org/assignments/media-types/media-types.xhtml) for a complete list of standard media types. This option cannot be used with `multiple: true` on Android. ||
260
+
|**`customExtensions`**| <code>string[]</code> | iOS only. List of custom file name extensions (without leading dot '.'). Necessary in iOS since custom mimetypes are not supported. Example: `['cs2']`||
261
+
|**`multiple`**| <code>boolean</code> | Whether multiple files may be selected. | <code>false</code> |
262
+
|**`readData`**| <code>boolean</code> | Whether to read the file data. | <code>false</code> |
264
263
265
264
266
265
#### PickMediaOptions
@@ -302,22 +301,6 @@ Only available on Android and iOS.
|**`types`**| <code>string[]</code> | List of accepted file types. Look at [IANA Media Types](https://www.iana.org/assignments/media-types/media-types.xhtml) for a complete list of standard media types. This option cannot be used with `multiple: true` on Android. Example: `['image/png', 'application/pdf']`|
309
-
|**`customExtensions`**| <code>string[]</code> | List of custom extensions. Necessary in iOS since the mimetype alone is not enought Example: `['cs2']`|
310
-
|**`multiple`**| <code>boolean</code> | Whether multiple files may be selected. Default: `false`|
311
-
|**`readData`**| <code>boolean</code> | Whether to read the file data. Default: `false`|
312
-
>>>>>>> bd956c9 (add customExtensions picking capacity for iOS)
|**`types`**| <code>string[]</code> | List of accepted file types. Look at [IANA Media Types](https://www.iana.org/assignments/media-types/media-types.xhtml) for a complete list of standard media types. This option cannot be used with `multiple: true` on Android. Example: `['image/png', 'application/pdf']`|
317
-
|**`customExtensions`**| <code>string[]</code> | iOS only. List of custom file name extensions (without leading dot '.'). Necessary in iOS since custom mimetypes are not supported. Example: `['cs2']`|
318
-
|**`multiple`**| <code>boolean</code> | Whether multiple files may be selected. Default: `false`|
319
-
|**`readData`**| <code>boolean</code> | Whether to read the file data. Default: `false`|
320
-
>>>>>>> e31b1e2 (improve function naming, fix empty types fallback, fix fallback to startAccessingSecurityScopedResource)
0 commit comments