Interaction Run after Animation
InteractionManager is a utility within React Native that allows long-running work to be scheduled after any interactions/animations have completed. This is particularly useful for ensuring smooth animations and interactions on the screen without being blocked by tasks that can wait.