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

A collection of animated loading indicators for React Native

Results 48 react-native-spinkit issues
Sort by recently updated
recently updated
newest added

Which version I need to use for RN 0.4 ?

i tried to use ThreeBounce but the more size i go the more top padding i get. and it's not possible to handle it from the design ex. https://ibb.co/mX86kF ``...

Currently, if we display a spinner, there is no way to determine whether or not we want the user interaction to be blocked. It would be nice to have that...

How can I add multiple color into a spinner, or dynamic color while spin?

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](https://cloud.githubusercontent.com/assets/503529/17469092/23e51166-5d58-11e6-9e30-b78567782109.png) I have try auto link & manual...

You should be able to set duration or speed on the component

Developing an app, I noticed that the color prop in iOS **only works if inserted the full hex value of the color**. Example: **#fff**(white) would not work, only **#FFFFFF**(white).

Hi! I use type ThreeBounce and it works fine until I press the power button. When I turn the screen on again the animation is stopped. The spinner looks "frozen"....

I followed the example and I got this : https://puu.sh/qaxut/98de9b9ccd.png Do you have an idea of what is the cause ? Thanks !