xinthink / react-native-material-kit

Bringing Material Design to React Native
https://rnmk.xinthink.com
MIT License
4.84k stars 575 forks source link

spinner not working on android #181

Open mathjoy opened 8 years ago

mathjoy commented 8 years ago

API23, default spinner only draw a red square instead of a circle. It works on ios.
"react": "15.0.2",
"react-native": "0.26.2", "react-native-material-kit": "^0.3.2",

Crash-- commented 8 years ago

Hey @mathjoy. Thanks for reporting your issue.

Have you tried with another API version? Did it works before? Does the others components are working? I'm asking that because the "red border / square" issue is basically because the native part of RNMK is not well linked to your project.

comiclee commented 8 years ago

+1