Replies: 1 comment 5 replies
-
The easiest way would be just display all screens in a Box, in their natural order, wrapping each screen with |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I need to implement stack navigation with Jetpack Compose, but i have patially transparent screens.
So i want to implement something like Children() composable, which never destroys composable at back stack.
Any suggestions for better way of implementing this?
Beta Was this translation helpful? Give feedback.
All reactions