margelo / react-native-skottie

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

onAnimationFinish is not invoked #19

Closed relaxxpls closed 9 months ago

relaxxpls commented 9 months ago

onAnimationFinish isn't called for my lottie animation on iOS. I have tested without loop (and with aswell). I am unsure about Android.

relaxxpls commented 9 months ago

Is it pending implementation?

https://github.com/margelo/react-native-skottie/blob/3850942410b9e9d4fcbfc3ca2a8ad601198ec0f4/package/src/SkottieView.tsx#L170

relaxxpls commented 9 months ago

@hannojg could you help?

hannojg commented 9 months ago

onAnimationFinish has been added in version 2.1.0 😊

relaxxpls commented 9 months ago

@hannojg Epic, testing rn!