sahlhoff / react-native-pulse

React Native Pulse Animation
MIT License
149 stars 49 forks source link

Use animated API instead of setState #20

Open kristfal opened 5 years ago

kristfal commented 5 years ago

This lib is nice, but it leaves a lot to be wanted in terms of performance since it depends on setInterval and state updates rather than the native side for animations.

jaquinocode commented 2 years ago

The fact that it uses setState instead of an animation library means no one should use this package. See the source code if you don't believe it!