-
Notifications
You must be signed in to change notification settings - Fork 95
Checkboxes dont show normal device #195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
same issue here, any updates? |
I'm facing this sometimes in emulator. It's still there for me, just no border on initial render. When I press it, it appears. |
i solved this problem by adding tintColors prop for example : tintColors={{true: theme.color, false: '#a9a9a9'}} |
We encounter same issue with xiaomi devices , is there any prober difinition for this issue and how we can fix it ASAP .🚀 |
<CheckBox |
Checkboxes appear on emulator but not on normal device..
what should I do ?
<CheckBox
style={styles.checkbox}
value={this.state.toggleCheckBoxy}
onValueChange={(newValue) => this.setState({ toggleCheckBoxy: newValue })}
/>
styles.checkbox : {
width:22,
height22,
marginVertical 20,}
The text was updated successfully, but these errors were encountered: