Запитання 8
How does React Native handle animations efficiently to maintain 60fps even when the main JS thread is busy?
Варіанти відповідей
Using the built-in Animated API with useNativeDriver: true for all properties
Using react-native-reanimated to run animations on the UI thread via worklets
Performing layout animations solely on the JS thread
Using LayoutAnimation for all complex animations