import { RadioGroup } from '../components'
<Text style={{ color: 'inherit' }}>One</Text>
<Icon name={'staro'} size={20} style={{ marginLeft: 5 }} />
<Icon name={'staro'} size={20} style={{ marginLeft: 5 }} />
<Icon name={'staro'} size={20} style={{ marginLeft: 5 }} />
selectedIndex={tab1State}
onChange={index => setTab1State(index)}
<Text>{items[tab1State]}</Text>