Is Navigation Animation from Accompanist going to ...
# compose
m
Is Navigation Animation from Accompanist going to be merged to Compose any time soon?
a
I may be wrong, but I think it's because there's still experimental apis in use
m
Hmm. Any guess how much work is left before it is part of official Compose?
c
from what ive seen here they dont really give timelines on that sort of stuff.
if it works for you... why not just use it before its in "official compose"?
a
These libraries in accompanist are still official from google too 🙂
c
To be honest... if it works. id use it even if it had a disclaimer "these builds are directly from Chris banes' laptop" lmaooo
i
AnimatedContent
is still experimental because the addition of shared elements is likely to impact those APIs (scope changes, etc.). Shared elements is a focus area right now, but it'll still be a Compose release or probably two before it is stable API. That's the only thing we're waiting on (and the only thing we've ever been waiting for)
m
I'm using this library in production, and I would expect that despite having to use experimental annotations, it's quite stable. And have looked the code a bit I suspect that when the API for compose is stable that most (if not all of the changes) would be internal to the navigator itself and not affect the user's code (other than package imports). Does that should about right @Ian Lake
i
That's correct