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()
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.