react-native-spinkit
react-native-spinkit copied to clipboard
A collection of animated loading indicators for React Native
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:  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 !