React Native Pause / Play GIF

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.

+11
source share
2 answers

https://github.com/Moussawi7/react-native-controlled-gif This worked for me. But I have a problem because I did not find resizeMode.

0
source

, lottie-react-native, . , .

!

0

Source: https://habr.com/ru/post/1619212/


All Articles