Is it possible to expose a ref of bar and other progress widgets ? so we can do like this ref.currrent.setProgress(0.5) and in bar component we can use react native reanimated for fast animation this way i don't have to update the state and re-render the component again and again for progress updates.