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 | ---