margelo / react-native-skottie

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

Missing `isCancelled` argument in `onAnimationFinish` callback #14

Closed reichhartd closed 9 months ago

reichhartd commented 9 months ago

The current implementation of the onAnimationFinish callback lacks the isCancelled argument, which is a feature in lottie-react-native. This argument allows for distinguishing between animations that finish naturally and those interrupted by user actions or app processes.

hannojg commented 9 months ago

onAnimationFinish with isCancelled has been added in version 2.1.0 😊