-
Notifications
You must be signed in to change notification settings - Fork 266
update: details on Navigation 3 implementation available in CMP 1.10 #591
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
base: master
Are you sure you want to change the base?
Conversation
|
|
||
| ```text | ||
| [versions] | ||
| compose-multiplatform-navigation3 = "1.0.0-alpha05" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would name it just multiplatform-nav3 and multiplatform-nav3-ui
|
|
||
| > While Navigation 3 is released as two artifacts, `navigation3:navigation3-ui` and `navigation3:navigation3-common`, | ||
| > only `navigation-ui` needs a separate Compose Multiplatform implementation. | ||
| > A dependency on `navigation3-common` is added implicitly. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added transitively
| ``` | ||
|
|
||
| Finally, you can try out the [proof-of-concept library](https://github.com/terrakok/navigation3-browser) | ||
| authored by a JetBrains engineer that adds support for Navigation 3 to web targets: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the library already supports web targets. my library adds an integration with browser history buttons
No description provided.