Skip to content

1.5.30 - Wear OS support! 🙌

Compare
Choose a tag to compare
@raamcosta raamcosta released this 30 Dec 11:32
· 462 commits to main since this release
d2450a9
  • Added support for Wear OS! Thanks to @yschimke who did most of the work 🙇

To use it, import the corresponding core dependency:

implementation 'io.github.raamcosta.compose-destinations:wear-core:1.7.30-beta'

Then create a wear os NavHostEngine and pass it to the DestinationsNavHost composable:

val engine = rememberWearNavHostEngine()

DestinationsNavHost(
    engine = engine,
    //... same thing as with normal lib usage
)

Full Changelog: 1.5.27-beta...1.5.30-beta