google / accompanist

A collection of extension libraries for Jetpack Compose
https://google.github.io/accompanist
Apache License 2.0
7.38k stars 596 forks source link

[Navigation Animation] Deprecate Navigation Animation #1646

Closed ianhanniballake closed 1 year ago

ianhanniballake commented 1 year ago

Description

Now that Navigation 2.7.0-alpha01 is out, it offers all of the same functionality as Accompanist Navigation Animation.

And with the change in #1645, it will just be a thin wrapper around Navigation Compose itself, thus fully removing any functionality / issues unique to Navigation Animation.

We should formally deprecate all of the APIs in Navigation Animation including ReplaceWith annotations to allow developers to easily move back to Navigation Compose itself. This should also include a deprecation guide similar to what was done for Pagers in #1504.