react-native-progress icon indicating copy to clipboard operation
react-native-progress copied to clipboard

Consumes lot of JS: fps

Open siddharth-kt opened this issue 4 years ago • 1 comments

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. 😥

siddharth-kt avatar Nov 18 '21 09:11 siddharth-kt

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

luisfuertes avatar Aug 03 '23 11:08 luisfuertes