Skip to content
Kaustubh Patange edited this page Jun 12, 2021 · 4 revisions

All the components that the navigator uses are separated into different dependencies, so you can choose what you need.

  • navigator

The core dependency for creating instance of Navigator & using it across the project.

Maven Central

implementation "io.github.kaustubhpatange:navigator:<version>"
  • navigator-extensions

Some optional extensions that can cut some little boilerplate code for you when using Navigator.

Maven Central

implementation "io.github.kaustubhpatange:navigator-extensions:<version>"
  • navigator-bottom-navigation

Bottom navigation menu implementation through Navigator.

Maven Central

implementation "io.github.kaustubhpatange:navigator-bottom-navigation:<version>"
  • navigator-tab-navigation

Tab navigation implementation through Navigator.

Maven Central

implementation "io.github.kaustubhpatange:navigator-tab-navigation:<version>"
  • navigator-rail-navigation

Rail navigation implementation through Navigator.

Maven Central

implementation "io.github.kaustubhpatange:navigator-rail-navigation:<version>"