It looks very clean.
I’ve used Flutter, which also uses Skia renderer like Compose for iOS. Flutter had a stuttering animation problem because of Skia shader compilation. The flutter team tried to solve it and even made their own graphics renderer called Flutter Impeller. I’m curious if the JB Compose for iOS team has the same problem and what they do about it.