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

CheckBox in Android seems not aligned #218

Open
redwolfgang24 opened this issue Apr 18, 2024 · 1 comment
Open

CheckBox in Android seems not aligned #218

redwolfgang24 opened this issue Apr 18, 2024 · 1 comment

Comments

@redwolfgang24
Copy link

CheckBox in Android seems not aligned if you adjust the width and height to 15

<CheckBox hideBox={true} style={styles.checkBoxStyle} value={this.state.checked} onValueChange={value => this.setChecked(value)} tintColors={{ true: '#24B2B2', false: 'transparent' }} boxType="square" onCheckColor="#24B2B2" tintColor="transparent" onTintColor="#24B2B2" />

Android when checkbox is uncheck
Screenshot 2024-04-18 at 10 32 08 PM

Android when checkbox is check
Screenshot 2024-04-18 at 10 29 49 PM

iOS works fine though

anyone can help me about this please.

Thank you!

@Dsalvat596
Copy link

Yes, Having the same exact issue here.

Anyone have a solution?

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

2 participants