Skip to content
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

Checkboxes dont show normal device #195

Open
kerimylcn opened this issue Mar 17, 2023 · 4 comments
Open

Checkboxes dont show normal device #195

kerimylcn opened this issue Mar 17, 2023 · 4 comments

Comments

@kerimylcn
Copy link

kerimylcn commented Mar 17, 2023

Checkboxes appear on emulator but not on normal device..

what should I do ?

WhatsApp Görsel 2023-03-17 saat 13 17 47
WhatsApp Görsel 2023-03-17 saat 13 16 05

<CheckBox
style={styles.checkbox}
value={this.state.toggleCheckBoxy}
onValueChange={(newValue) => this.setState({ toggleCheckBoxy: newValue })}
              />

styles.checkbox : {
width:22,
height22,
marginVertical 20,}

@0xcD3v
Copy link

0xcD3v commented Jun 9, 2023

same issue here, any updates?

@john-harding
Copy link

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.

@0xcD3v
Copy link

0xcD3v commented Jun 26, 2023

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'}}

@DevHisham
Copy link

We encounter same issue with xiaomi devices , is there any prober difinition for this issue and how we can fix it ASAP .🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants