rishabhbhatia / react-native-awesome-alerts

Awesome alerts for React Native, works with iOS and Android.
MIT License
520 stars 71 forks source link

animated value #91

Closed DeepakNagpalSynechron closed 3 years ago

DeepakNagpalSynechron commented 3 years ago

Can you please add animated value from the props.

this.springValue = new Animated.Value(props.value);
rishabhbhatia commented 3 years ago

Sure can do, want to submit a PR Deepak? else I'll have a look at the weekend.

rishabhbhatia commented 3 years ago

@DeepakNagpalSynechron v1.5.1 is released to support this with animatedValue prop. Please try it out, closing the issue.