Hello, I am using Compose on iOS. The way I use it...
# compose-ios
u
Hello, I am using Compose on iOS. The way I use it is to use SkikoUIView to render Compose. It works fine. Stuttering occurs when I scroll through long lists(LazyColumn) on My iPhone7. I'm sure it's not my problem with using LazyColumn. After in-depth research, I found that it may be caused by the rendering pipeline of SkikoUIView. Because it is not like Flutter's rendering pipeline Are there any plans to optimize the rendering pipeline of SkikoUIView?
d
Yeah, we know about performance issues. We plan to optimize performance!
u
Greeeeeeeeeeeeat! I want to confirm whether it is the rendering pipeline or other optimizations? How long will it take to experience the optimized version?
d
For now we have another priority to support all multiplatform features. I think it can take long time.