Skip to content

Commit 0b39310

Browse files
fixed typo
1 parent f3faf59 commit 0b39310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/components/ComponentsView.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default function ComponentsScreen(props) {
3535
<RadioGroup
3636
underline
3737
style={styles.demoItem}
38-
items={['One', 'Two', 'Tree', 'Four']}
38+
items={['One', 'Two', 'Three', 'Four']}
3939
selectedIndex={props.radioGroupsState[1]}
4040
onChange={index =>
4141
props.setRadioGroupsState({ ...props.radioGroupsState, 1: index })

0 commit comments

Comments
 (0)