Change the active tab in BottomBar
Example:
await Eitri.bottomBar.changeTab({index: 2})
- API LEVEL
20
- Functionality added
Updates a badge to a tab's icon in the BottomBar.
Passing null or undefined as the tab content will remove the badge.
Example:
await Eitri.bottomBar.updateTabBadge({index: 1, content: '3'})
await Eitri.bottomBar.updateTabBadge({index: 1, content: null})
- API LEVEL
29
- Functionality added
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.