I'm building a kotlin multiplatform mobile project...
# compose
d
I'm building a kotlin multiplatform mobile project and drawing Composables on iOS via Compose's
Application
method that returns an iOS View controller. This is working fine for my purposes, however, I'm running into issues with Compose's
AnimatedVisibility()
not changing visibility on iOS after the initial value is set. Has anyone doing Compose on iOS via the
Application
method run into this issue? Thanks.
l
#compose-ios is not complete yet. Some things may not work yet.
d
Yes I know. I was hoping someone ahead of the curve may have found a work around. Thanks.