Запитання 6
What is a common issue with React Native animations compared to native animations?
Варіанти відповідей
Animations always perform better than native apps
Animations can appear janky because default APIs run on the JS thread causing frame drops
Animations do not require optimization since they run on GPU by default
Animations are fully handled by native code without JavaScript involvement