iOS 15 on SwiftUI - UIViewRepresentable

Do anyone else have an issue with SPM Lottie animation, after the iOS 15 update, the animation is freezing a bit

Me too. But no matter how much I search, I can’t find any content. Did you find anything?

No, same for me, can’t find a solution, and Lottie developers are not responding as well, let me know if you got something,cheers

Hi @arkadijs.makarenko1 @misimbeats1

The SPM Lottie is created by Airbnb, unfortunately, it is not something that LottieFiles can solve.

Yeah I know, I could fix the issue with DispatchQueue.main.asyncAfter(deadline: .now() + 1) {} , this is not the right solution, no ideas so far!