Compose Multiplatform Transitions Don't Work
Closed this issue · 4 comments
When running the multiplatform sample of this repo (main
branch), there are no transitions. I tried adding one according to the docs, but still no luck.
Running the Android sample project works great.
I also have a personal multipatform project running beta03 where transitions aren't working either.
Is this expected behavior?
It might be worth adding a note to the docs if this is the case.
It is not, did you make sure to add the transition to all navigators in your project? Each platform might have its own navigator you need to modify.
The multiplatform sample, currently, does not Transitions applied. We are planning moving the most as possible from the Android samples to KMP sample.
Let make clear, this is only because we have not applied the Transition at the Multiplatform Sample, but, transition DOES WORK in Compose Multiplatform.
Interesting. I tried to apply them to the sample but had no luck. I'll give it another try, at the very least it could result in a useful PR
Not sure what I did wrong in the first attempt at the sample, but worked this time. I tossed up a quick PR, going to go figure out what I did wrong in my project. Thanks!