Methods for interacting with bottom navigation bar
🚨 Please note: these methods are only for use in eitri-apps running in a EitriBottomTabView.
Show the BottomBar
Example:
await Eitri.bottomBar.show() Copy
await Eitri.bottomBar.show()
Compatibility Control API LEVEL 18 - Functionality added
Compatibility Control
18
Hide the BottomBar
await Eitri.bottomBar.hide() Copy
await Eitri.bottomBar.hide()
Change the active tab in BottomBar
await Eitri.bottomBar.changeTab({index: 2}) Copy
await Eitri.bottomBar.changeTab({index: 2})
Compatibility Control API LEVEL 20 - Functionality added
20
Generated using TypeDoc
Methods for interacting with bottom navigation bar
🚨 Please note: these methods are only for use in eitri-apps running in a EitriBottomTabView.