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?