Skip to content
This repository was archived by the owner on Apr 1, 2023. It is now read-only.

Commit a49c6a3

Browse files
committed
solve rebase conflicts
1 parent eed12b6 commit a49c6a3

File tree

1 file changed

+6
-23
lines changed

1 file changed

+6
-23
lines changed

README.md

Lines changed: 6 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -254,13 +254,12 @@ Only available on Android and iOS.
254254

255255
#### PickFilesOptions
256256

257-
<<<<<<< HEAD
258-
<<<<<<< HEAD
259-
| Prop | Type | Description | Default |
260-
| -------------- | --------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------ |
261-
| **`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> |
257+
| Prop | Type | Description | Default |
258+
| ---------------------- | --------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------ |
259+
| **`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> |
264263

265264

266265
#### PickMediaOptions
@@ -302,22 +301,6 @@ Only available on Android and iOS.
302301
#### PickVideosResult
303302

304303
<code><a href="#pickmediaresult">PickMediaResult</a></code>
305-
=======
306-
| Prop | Type | Description |
307-
| -------------- | --------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
308-
| **`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)
313-
=======
314-
| Prop | Type | Description |
315-
| ---------------------- | --------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
316-
| **`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)
321304

322305
</docgen-api>
323306

0 commit comments

Comments
 (0)