3
votes

React native added support for animated GIFs in this ticket. This is great. However, there are times when I do not actually want to animate the gif.

If there a way to turn off the gif animations in a React Native Image view?

1

1 Answers

1
votes

I have a rather expensive solution for this. But hear me out anyway. You can create thumbnails for the gif. And change state after tapping. Does that help?