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

MKCheckbox on checked. Color spread over the whole view (Android) #404

Open
azamkth opened this issue Jan 18, 2019 · 3 comments
Open

MKCheckbox on checked. Color spread over the whole view (Android) #404

azamkth opened this issue Jan 18, 2019 · 3 comments

Comments

@azamkth
Copy link

azamkth commented Jan 18, 2019

screenshot_1547824465

@azamkth azamkth changed the title MKCheckbox on checked. Color spread over the whole view MKCheckbox on checked. Color spread over the whole view (Android) Jan 18, 2019
@abuammar
Copy link

even i have the same issue.let me know your is solved or not

@abhinavdabral
Copy link
Contributor

This issue has been seen in Android Pie (And on Oreo as well, I think)

Solution :

  • Make the overflow property of it's style hidden, and it'll be fine.
    <MKCheckbox style={{overflow : "hidden"}} ....

Hope that helps.

@Mactub07
Copy link

Mactub07 commented Jul 24, 2019

@abhinavdabral , you make my day, thanks for a solution, the bug was reproduced on Android Pixel 2 with clean android OS

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