oblador / react-native-animatable

Standard set of easy to use animations and declarative transitions for React Native
MIT License
9.81k stars 702 forks source link

Animatable For FastImage #337

Closed IamMasterWayne closed 2 years ago

IamMasterWayne commented 3 years ago

Is Not working Properly!

Not Bouncing Not loading Images

const Image = Animatable.createAnimatableComponent(FastImage);
    <Image
    animation={'bounceIn'}
    delay={100 * index}
    duration={500}
    source={{ uri} }
    style={{ flex:1, height: width / 2, width: width / 3  }}/>