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.
The current implementation of the
onAnimationFinish
callback lacks theisCancelled
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.