-
Notifications
You must be signed in to change notification settings - Fork 600
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
[Navigation] Integrate new rememberNavController APIs for custom Navigators #744
Labels
enhancement
New feature or request
Comments
jossiwolf
added a commit
to jossiwolf/accompanist
that referenced
this issue
Sep 29, 2021
jossiwolf
added a commit
to jossiwolf/accompanist
that referenced
this issue
Sep 29, 2021
This was referenced Sep 29, 2021
Merged
jossiwolf
added a commit
to jossiwolf/accompanist
that referenced
this issue
Sep 29, 2021
jossiwolf
added a commit
to jossiwolf/accompanist
that referenced
this issue
Sep 29, 2021
jossiwolf
added a commit
to jossiwolf/accompanist
that referenced
this issue
Sep 29, 2021
jossiwolf
added a commit
to jossiwolf/accompanist
that referenced
this issue
Sep 29, 2021
jossiwolf
added a commit
to jossiwolf/accompanist
that referenced
this issue
Sep 29, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Navigation is adding an API for adding custom Navigators by extending the
rememberNavController()
API in the upcoming Navigation 2.4.0-alpha10 release.Describe the solution you'd like
It would be nice if
rememberAnimatedNavController()
had those same APIs and the Navigation Material had its samples, documentation, and tests updated to use it / the newrememberNavController()
.Describe alternatives you've considered
This is just a convenience API, so you can do it manually, but keeping the API surfaces in sync between Navigation itself and Navigation Animation is super useful.
The text was updated successfully, but these errors were encountered: