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 f3faf59 commit 0b39310Copy full SHA for 0b39310
src/modules/components/ComponentsView.js
@@ -35,7 +35,7 @@ export default function ComponentsScreen(props) {
35
<RadioGroup
36
underline
37
style={styles.demoItem}
38
- items={['One', 'Two', 'Tree', 'Four']}
+ items={['One', 'Two', 'Three', 'Four']}
39
selectedIndex={props.radioGroupsState[1]}
40
onChange={index =>
41
props.setRadioGroupsState({ ...props.radioGroupsState, 1: index })
0 commit comments