n4kz / react-native-indicators

Activity indicator collection for React Native
Other
899 stars 117 forks source link

useNativeDriver in Animation restart on update #36

Closed BerniWittmann closed 3 years ago

BerniWittmann commented 3 years ago

This library causes a lot of warnings, since useNativeDriver is a required property in Animated.timing. So i added useNativeDriver in the Animation in componentDidUpdate according to the other uses.

BerniWittmann commented 3 years ago

Sorry, just saw that this is a duplicate of #33 So I will be closing this pull request, but I would be very glad if we would get 33 to be merged