oblador / react-native-progress

Progress indicators and spinners for React Native
MIT License
3.62k stars 515 forks source link

Consumes lot of JS: fps #239

Open siddharth-kt opened 2 years ago

siddharth-kt commented 2 years ago

When running CircleSnail it consumes almost 30 fps(out of 60.4 fps) in processing. Kindly do something about it, make it run completely on Native UI. And kindly use react-native-reanimated instead of Animated component from react-native.

ActivityIndicator from 'react-native' works excellent. so for now no other choice than that. 😥

luisfuertes commented 1 year ago

Why component is animated with a setInterval and a setState (like example) instead of Animated.value?