ismai117 / kottie

Render After Effects Animations Library - Compose Multiplatform | Inspired by Airbnb/Lottie

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Animation doesn't play on iOS with compose 1.6.10 dev builds

OSemenovBoyarka opened this issue · comments

Starting from this build - when I run app on iOS - all animations show white screen (I use KottieCompositionSpec.File everywhere).

Android works fine.

The previous build (1.6.10-dev1457) works fine.

I've also tried to load animation file from resources (debugger confirms it loads) and use KottieCompositionSpec.JsonString - issue is the same.
Not sure if I should post this issue here or to compose-multiplatform repo.

Hi @OSemenovBoyarka

So for the first problem, check out #5 I've explained the solution there.

with the other issue, are you trying to use kottie with 1.6.10-dev1457 build?

Hey @ismai117, sorry, I probably was not clear enough. There is no first issue here, I'm aware about #5 and it's not a problem for my case.

Yes, the problem is when I'm trying to use kottie with compose 1.6.10-dev1493 build and any newer - animations doesn't play on iOS.
However, the 1.6.10-dev1457 build works fine.

@OSemenovBoyarka no worries! So at the moment, Kottie is using version 1.6.1, so it's not compatible with 1.6.10-dev1457

Maybe that's the reason why it's not working. I haven't tried 1.6.10-dev1457, so I don't know if there's a way around it