In my Xamarin.Forms project I use v3.1.3 of this package and all works fine on android and iOS, I tryied to update package to version 4.0.11, but in iOS animations stopped to work while in android still work fine.
Expected behavior
Animation still work on iOS after update package
Reproduction steps
Update nuget package from verion 3.1.3 to version 4.0.x
Remove AnimationViewRenderer.Init(); from AppDelegate in iOS project (as no longer mentioned in the readme)
Edit xaml old animation options (from Loop="True" to RepeatMode="Restart" and from IsPlaying="{Binding IsPlaying}" to IsAnimating="{Binding IsPlaying}")
🐛 Bug Report
In my Xamarin.Forms project I use v3.1.3 of this package and all works fine on android and iOS, I tryied to update package to version 4.0.11, but in iOS animations stopped to work while in android still work fine.
Expected behavior
Animation still work on iOS after update package
Reproduction steps
Configuration
Version: 3.1.3 -> Version: 4.0.x
Platform: