-
-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create sample integrating with compose-router. #1
Comments
In case someone arrives here looking for an example of the integration with
It looks like this: Router("blah", defaultRouting) { backStack ->
Backstack(backStack.elements) { screen ->
when (screen) {
is ... -> ... |
Very cool! Would love to have a runnable sample that shows this off. Would you be interesting in posting a PR? |
What do you have in mind? An example app with a simple transition as example or something else? |
That would be great to start, yes. We can iterate and build more complex samples if they seem useful. |
No description provided.
The text was updated successfully, but these errors were encountered: