Hello, first steps with KMM for iOS and found weir...
# compose-ios
n
Hello, first steps with KMM for iOS and found weird issue I don't get. After adding more compose stuff, compose rendering is delayed and I see warning:
Gesture: System gesture gate timed out
. I can not understand what I added which caused gesture problems?
j
What
Composables
have you added? Do you know which one causes that specific issue? Can you share some code?
n
Basically I added AsyncImage from
coil
and couple of layers using
Row
and
Column
. I have no idea who cause the problem. It looks like Gesture was not setup properly
j
Does removing (comment it out) the AsyncImage cause the warning to go away?