Replies: 2 comments
-
|
Any reason you need a custom first-party API and can't just use existing compose tab rows + pagers? I've done that in my side project app and it works fine. https://github.com/ZacSweers/CatchUp/blob/main/app/src/main/kotlin/catchup/app/home/HomeScreen.kt |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Converting to a discussion, feel free to revisit with the above ^^ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi again 👋
Is there support or plans to add support for a pages/tabs navigation modal? Something like this from decompose, or like this from voyager
Specifically, I'm looking for a navigation modal that disposes of presenters/ui that is not immediately next to the current page/tab.
Beta Was this translation helpful? Give feedback.
All reactions