-
Notifications
You must be signed in to change notification settings - Fork 5
Setup
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.
The core dependency for creating instance of Navigator & using it across the project.
implementation "io.github.kaustubhpatange:navigator:<version>"
Some optional extensions that can cut some little boilerplate code for you when using Navigator.
implementation "io.github.kaustubhpatange:navigator-extensions:<version>"
Bottom navigation menu implementation through Navigator.
implementation "io.github.kaustubhpatange:navigator-bottom-navigation:<version>"
Tab navigation implementation through Navigator.
implementation "io.github.kaustubhpatange:navigator-tab-navigation:<version>"
Rail navigation implementation through Navigator.
implementation "io.github.kaustubhpatange:navigator-rail-navigation:<version>"