react-native-material-kit icon indicating copy to clipboard operation
react-native-material-kit copied to clipboard

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

Open azamkth opened this issue 6 years ago • 3 comments

screenshot_1547824465

azamkth avatar Jan 18 '19 15:01 azamkth

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

abuammar avatar Jan 30 '19 14:01 abuammar

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.

abhinavdabral avatar Feb 02 '19 05:02 abhinavdabral

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

Mactub07 avatar Jul 24 '19 08:07 Mactub07