Skip to content

Commit

Permalink
Update README.md (#530)
Browse files Browse the repository at this point in the history
Yes/No capitalization consistency
  • Loading branch information
AlexNolasco authored Nov 27, 2023
1 parent 987c21b commit 64d7e19
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,19 +309,19 @@ such that the total number of lines does not exceed this number. Default is '1'

| Type | Required | Platform |
| --------- | -------- | -------- |
| function | no | Android |
| function | No | Android |

### `onFocus`

| Type | Required | Platform |
| --------- | -------- | -------- |
| function | no | Android |
| function | No | Android |

### `selectionColor`

| Type | Required | Platform |
| ------- | -------- | -------- |
| ColorValue | no | iOS |
| ColorValue | No | iOS |

## Methods

Expand All @@ -343,7 +343,7 @@ Displayed value on the Picker Item

| Type | Required |
| ------- | -------- |
| string | yes |
| string | Yes |


### `value`
Expand All @@ -352,15 +352,15 @@ Actual value on the Picker Item

| Type | Required |
| ------- | -------- |
| number,string | yes |
| number,string | Yes |

### `color`

Displayed color on the Picker Item

| Type | Required |
| ----------- | -------- |
| ColorValue | no |
| ColorValue | No |


### `fontFamily`
Expand All @@ -369,7 +369,7 @@ Displayed fontFamily on the Picker Item

| Type | Required |
| ------- | -------- |
| string | no |
| string | No |


### `style`
Expand All @@ -378,7 +378,7 @@ Style to apply to individual item labels.

| Type | Required | Platform |
| ------- | -------- | -------- |
| ViewStyleProp | no | Android |
| ViewStyleProp | No | Android |


### `enabled`
Expand All @@ -389,7 +389,7 @@ If set to false, the specific item will be disabled, i.e. the user will not be a

| Type | Required | Platform |
| ------- | -------- | -------- |
| boolean | no | Android |
| boolean | No | Android |


### `contentDescription`
Expand Down Expand Up @@ -445,7 +445,7 @@ Sets the content description to the Picker Item

| Type | Required | Platform |
| ------- | -------- | -------- |
| ColorValue | no | iOS |
| ColorValue | No | iOS |

---

Expand Down

0 comments on commit 64d7e19

Please sign in to comment.