I have an animated GIF that I would like to use in React Native. I built it into my application and play, but I would like to pause / play GIF based on the event.
Is there a way to do this in React Native? I understand that I can do this using MP4 instead, but I would like to save the GIF if possible, because it allows me to use transparency.
source
share