How to observe current screen in backstack? #199
-
For example, in my |
Beta Was this translation helpful? Give feedback.
Answered by
KovalevAndrey
Oct 10, 2022
Replies: 1 comment 1 reply
-
Hi @berhram you can implement your own extension that transforms
and your client code would look like this:
In the meantime we can add support of this to the library |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
berhram
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @berhram you can implement your own extension that transforms
BackStack
element into aState
like this:and your client code would look like this:
In the meantime we can add support of this to the library