Hi everyone, Experimenting with compose multiplatf...
# compose-ios
m
Hi everyone, Experimenting with compose multiplatform on ios. I’m at a point where I’d like to replace a compose multiplatform screen with a swift ui one. I’ve read this article but it doesnt explain how to forward state from the composable to the swift ui view. Do you have an idea how I could do this?
r
https://github.com/rschattauer/compose_multiplatform This is from my presentation at this year's droidcon in Berlin. Enjoy :)
👀 1
m
Looking at it right now. Thanks
Thank you it worked well. Do you know if there’s a way to make the back gesture navigation work from there?