And today, there's already a new version alpha02. ...
# compose-destinations
r
And today, there's already a new version alpha02. For 2.1.0-alpha02 (the one that uses alpha compose 1.7 dependencies), I made use of new material navigation (for bottom sheet destinations) and removed accompanist dependency. I also added
sizeTransform
on
DestinationStyle.Animated
(new API from compose navigation latest alpha version). For both 2.1 and 2.0, I've changed
DestinationStyle.Animated
to contain getters for lambdas rather than functions, to have more one to one APIs with official library (documented also on migration guide).
👀 1