https://github.com/NativeScript/NativeScript/blob/master/ui/animation/animation.ios.ts#L99
For iOS, if an animation object has some of its animations finished and some cancelled, _animationFinishedPromise will never be resolved nor rejected.
I have a fix for this and will try to submit a PR later.
https://github.com/NativeScript/NativeScript/blob/master/ui/animation/animation.ios.ts#L99
For iOS, if an animation object has some of its animations finished and some cancelled, _animationFinishedPromise will never be resolved nor rejected.
I have a fix for this and will try to submit a PR later.