Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,25 +177,25 @@ Background color color of the control. (iOS 13+ only)

The labels for the control's segment buttons, in order.

| Type | Required |
| --------------- | -------- |
| (string|number|Image)[] | No |
| Type | Required |
| ------- | -------- |
| (string | number | Image)[] | No |

### `appearance`

(iOS 13+ only)
Overrides the control's appearance irrespective of the OS theme

| Type | Required | Platform |
| --------------- | -------- | -------- |
| 'dark', 'light' | No | iOS |
| Type | Required | Platform |
| --------------- | -------- | ----------------- |
| 'dark', 'light' | No | iOS, Android, Web |

### `fontStyle`

(iOS 13+ only)
| Type | Required | Platform |
| ------ | -------- | -------- |
| object | No | iOS, Android |
| object | No | iOS, Android, Web |

An object container

Expand All @@ -208,7 +208,7 @@ An object container
(iOS 13+ only)
| Type | Required | Platform |
| ------ | -------- | -------- |
| object | No | iOS, Android |
| object | No | iOS, Android, Web |

- `color`: overrides color of selected segment text
- `fontSize`: overrides font-size of selected segment text
Expand Down
Loading