Philip Dukhov
08/07/2025, 9:56 AMstackAnimation
, which is probably related to movableContent
, as discussed here.
When I push a screen with a text field and this text field focuses automatically with a launched effect, the text field becomes unfocused after the transition finishes. If this is not a known bug and you need a reproducible example, let me know. I stopped investigating when I found that removing stackAnimation
fixed the bug.
Using extensions-compose-experimental also solves the issue.
My questions are:
1. What are the plans for the experimental module? Is it planned to replace extensions-compose?
2. Do you use it in your production apps? Are there any known issues with it compared to extensions-compose?Arkadii Ivanov
08/07/2025, 9:22 PM