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

Animation not looping

Open midhunadarvin opened this issue 5 years ago • 0 comments
trafficstars

<PlaceholderContainer
   style={styles.placeholderContainer}
   animatedComponent={<Gradient />}
   duration={1000}
   delay={1000}
>

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

midhunadarvin avatar Feb 01 '20 09:02 midhunadarvin