From 64d7e19c48915f50786933c77aca3164c56a63e4 Mon Sep 17 00:00:00 2001 From: Alex Nolasco <30424+AlexNolasco@users.noreply.github.com> Date: Mon, 27 Nov 2023 04:37:30 -0500 Subject: [PATCH] Update README.md (#530) Yes/No capitalization consistency --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 2c12ff19b..10c983936 100644 --- a/README.md +++ b/README.md @@ -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 @@ -343,7 +343,7 @@ Displayed value on the Picker Item | Type | Required | | ------- | -------- | -| string | yes | +| string | Yes | ### `value` @@ -352,7 +352,7 @@ Actual value on the Picker Item | Type | Required | | ------- | -------- | -| number,string | yes | +| number,string | Yes | ### `color` @@ -360,7 +360,7 @@ Displayed color on the Picker Item | Type | Required | | ----------- | -------- | -| ColorValue | no | +| ColorValue | No | ### `fontFamily` @@ -369,7 +369,7 @@ Displayed fontFamily on the Picker Item | Type | Required | | ------- | -------- | -| string | no | +| string | No | ### `style` @@ -378,7 +378,7 @@ Style to apply to individual item labels. | Type | Required | Platform | | ------- | -------- | -------- | -| ViewStyleProp | no | Android | +| ViewStyleProp | No | Android | ### `enabled` @@ -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` @@ -445,7 +445,7 @@ Sets the content description to the Picker Item | Type | Required | Platform | | ------- | -------- | -------- | -| ColorValue | no | iOS | +| ColorValue | No | iOS | ---