margelo / react-native-skottie

▶️ Efficient lottie animations using Skia's Skottie module
https://margelo.io
MIT License
868 stars 24 forks source link

The animation keeps looping #22

Closed nurikjohn closed 9 months ago

nurikjohn commented 9 months ago

The animation loops regardless of the "loop" property. Also tried setting autoPlay to false and playing the animation via imperative API, once started the animation never stops. I only tested it on iOS, so I don't know what will happen on Android.

react-native-skottie: 2.0.3

hannojg commented 9 months ago

The loop prop is now properly supported since version 2.1.0 😊