react-native-loading-placeholder
react-native-loading-placeholder copied to clipboard
Animation not looping
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.