Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

React Native Pause/Play GIF

Tags:

react-native

I have an animated GIF that I would like to use in React Native. I have it embedded in my app and playing, but I would like the ability to pause/play the GIF based on an event.

Is there currently a way to do this in React Native? I understand I can do this by using an MP4 instead, but I would like to keep the GIF if possible because it allows me to use transparency.

like image 926
NeuroXc Avatar asked Dec 01 '25 02:12

NeuroXc


1 Answers

You could provide an alternative static image to show when pause is enabled, and hide the gif.

like image 110
Dovid Avatar answered Dec 03 '25 11:12

Dovid