Do animations run in UI or JS thread in React Native? #1279
-
I'm evaluating animation libraries for my React Native projects and I was wondering if animations produced by One library I've looked at is |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
In the JS thread currently, but I plan to integrate Reanimated for my next project sometime this year. |
Beta Was this translation helpful? Give feedback.
In the JS thread currently, but I plan to integrate Reanimated for my next project sometime this year.