We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c3ad86 commit 464ed0eCopy full SHA for 464ed0e
README.md
@@ -85,7 +85,7 @@ function MyPicker() {
85
<Picker.Column name="name1">
86
<Picker.Item value="item1">
87
{({ selected }) => (
88
- /* Use the `selected` state ti conditionally style the selected item */
+ /* Use the `selected` state to conditionally style the selected item */
89
<div style={{ color: selected ? 'red' : 'black' }}>
90
Item 1
91
</div>
0 commit comments