setOnPlaybackStatusUpdate rerender every components

Please provide the following:

  1. SDK Version: 39
  2. Platforms(Android/iOS/web/all): all

I’m trying to make animation played along with audio, using Animated.timing.start();
But it seems when I call onplaybackstatusupdate function, it starts reload everything and make this animation start from the beginning infinitely.
How can I prevent this onplaybackstatusupdate updates only desired components? It’s updating every elements including static ones.

I’ve tried call setOnPlaybackStatusUpdate using useEffect but didn’t work.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.