The react native checkbox is showing fine in android but in ios its showing as a little red dot. Does the checkbox work in ios or just android?
<CheckBox
label='I accept the Terms and Conditions'
value={this.state.checked}
onValueChange={() => this.setState({ checked: !this.state.checked })}
/>
Aucun commentaire:
Enregistrer un commentaire