react-native-loading-placeholder icon indicating copy to clipboard operation
react-native-loading-placeholder copied to clipboard

React Native Loading Placeholder

Results 4 react-native-loading-placeholder issues
Sort by recently updated
recently updated
newest added

``` ``` I have used the same example, but the animation runs one time and doesn't run again.

Hey guys, This is a great library! Thanks for all the hard work. Would you mind publishing your latest changes to npm? Thank you!

Do you have a prop to change animation direction? I did the following because I didn't see any. `type PlaceholderContainerProps = { duration: number, delay: number, style: Object, animatedComponent: React.Element,...