Hi folks, We're planning to launch our mobile apps...
# multiplatform
r
Hi folks, We're planning to launch our mobile apps soon and we are using Compose Multiplatform for all the screens on both Android and iOS. Is it too early to adopt Compose for a production iOS app? Has anyone experienced performance issues on iOS?
a
HI .... no noticable performance issues specially with version 1.7.3 and above .... just you will need some workarounds to make everything looks good in ios like video player , deeplinking ... back handler (supported recently I think) .
🙌 1
r
@abdelrahmanesam20000 I see scroll is not that smooth on iOS for the first 2-3 scrolls and then it’s becoming smooth, is that expected and do you know workarounds for that ?