Skip to content
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

[Jetcaster] Add Type Safety in Navigation for Mobile and TV #1416

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

yongsuk44
Copy link
Contributor

I have added the Navigation Type-Safety feature to the Mobile and TV platforms.
The WearOS platform is excluded because it uses the Horologist library.

@yongsuk44 yongsuk44 requested a review from a team as a code owner June 18, 2024 11:54
@@ -17,7 +17,7 @@ androidx-core-splashscreen = "1.0.1"
androidx-corektx = "1.13.1"
androidx-glance = "1.1.0"
androidx-lifecycle = "2.8.2"
androidx-navigation = "2.7.7"
androidx-navigation = "2.8.0-beta03"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The libs.versions.toml is controlled by the main top level one, and propogated to each sample. Please make changes to that instead of invidually.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll keep this as a draft until the Navigation version stabilizes at 2.8.0. 🥲

) {
composable(Screen.Home.route) { backStackEntry ->
composable<HomeRoute> { backStackEntry ->
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dturner can you review this pull request for nav type safety?

@riggaroo riggaroo requested review from dturner and removed request for arriolac and bentrengrove August 2, 2024 10:45
@riggaroo riggaroo changed the title Add Type Safety in Navigation for Mobile and TV [Jetcaster] Add Type Safety in Navigation for Mobile and TV Aug 2, 2024
@yongsuk44 yongsuk44 marked this pull request as draft August 2, 2024 15:32
@dturner dturner self-assigned this Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants