maxs15 / react-native-spinkit

A collection of animated loading indicators for React Native
MIT License
2.36k stars 300 forks source link

Android red square show instead Spinner #28

Open TechGuyVN opened 8 years ago

TechGuyVN commented 8 years ago

Hi,

I user spinkit in ios without any error. But when migrate to Android, its just show a Red Square like this: screenshot_20160808-110448

I have try auto link & manual link, but still no hope to get it working. I follow this guide too but the same result, not working https://github.com/maxs15/react-native-spinkit/issues/26

this is my system info:

Please help!

jovenwang1212 commented 8 years ago

yes. I meet this issue, too. @maxs15

Firaenix commented 8 years ago

Also running into this issue

maxs15 commented 8 years ago

This issue happen because the library hasn't been linked properly. If you used RNPM, there has been an issue on the script for RN 0.29+, try out the new version. Otherwise include the library using the manual way

DeveloperAlly commented 7 years ago

same issue. Followed manual setup guide: https://github.com/maxs15/react-native-spinkit/wiki/Manual-linking---Android

Found that the linking hadn't worked properly in Android java files and fixed it accordingly

This solved the issue!1 💃 YAY

Great react-native component. Thanks =D

ng-hai commented 7 years ago

Try #59