react-native-progress
react-native-progress copied to clipboard
Consumes lot of JS: fps
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. 😥
Why component is animated with a setInterval and a setState (like example) instead of Animated.value?