Understanding why useNativeDriver keeps animations smooth even when the JS thread is blocked.
You have an Animated.timing animation using useNativeDriver: true. A heavy synchronous computation blocks the JS thread for 800ms while the animation runs. What actually happens to the animation, and what is a key limitation of the native driver?