react-native-material-kit
react-native-material-kit copied to clipboard
MKCheckbox on checked. Color spread over the whole view (Android)
even i have the same issue.let me know your is solved or not
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 , you make my day, thanks for a solution, the bug was reproduced on Android Pixel 2 with clean android OS