Arkadii Ivanov
Arkadii Ivanov
I have a pending branch that should make it compatible with the official shared transitions (`LookaheadLayout` + `movableContentOf`) when they land in Compose. The branch is blocked by the availability...
Actually, I found that `LookaheadLayout` is already available to try in Compose `1.3.0-alpha01`. I will play with it and provide some updates here.
Yep, `LookaheadLayout` + `movableContentOf` should work just fine even with the current animations API. It is already available in Compose `1.3.0-alpha01`, however there are immediate bugs, e.g. [LookaheadLayout doesn't support...
Thanks for raising! I updated the documentation a while ago with multiple rounds of self code review, but seems like I missed this one.
Blocked by upgrade to Kotlin `1.7.x`.
> FYI, the link is dead. Thanks, updated the link.
@plusmobileapps thanks! Indeed, they are also broken. The correct ones respectively: - https://github.com/arkivanov/Decompose/blob/master/sample/app-js/src/main/kotlin/com/arkivanov/sample/app/Main.kt - https://github.com/arkivanov/Decompose/blob/master/sample/shared/shared/src/commonMain/kotlin/com/arkivanov/sample/shared/root/RootComponent.kt
The links should be fixed now.
Filed https://github.com/JetBrains/compose-jb/pull/2191
Created the branch: [compose-darwin](https://github.com/arkivanov/Decompose/tree/compose-darwin).