Флажок «Реагировать на родную» хорошо отображается в Android, но в IOS - в виде красной точки. Работает ли флажок в ios или только в android?
<CheckBox
label='I accept the Terms and Conditions'
value={this.state.checked}
onValueChange={() => this.setState({ checked: !this.state.checked })}
/>