react-native-spinkit icon indicating copy to clipboard operation
react-native-spinkit copied to clipboard

Android red square show instead Spinner

Open TechGuyVN opened this issue 7 years ago • 5 comments

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:

  • react-native-cli: 1.0.0
  • react-native: 0.30.0

Please help!

TechGuyVN avatar Aug 08 '16 04:08 TechGuyVN

yes. I meet this issue, too. @maxs15

jovenwang1212 avatar Aug 19 '16 08:08 jovenwang1212

Also running into this issue

Firaenix avatar Aug 21 '16 08:08 Firaenix

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

maxs15 avatar Aug 22 '16 13:08 maxs15

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

DeveloperAlly avatar Jan 05 '17 14:01 DeveloperAlly

Try #59

ng-hai avatar May 03 '17 07:05 ng-hai