Module "Helpers/Tap/TappedTabBar"
Functions
Const tappedTabBar
- tappedTabBar(__namedParameters: { badge: undefined | false | true; tab: "home" | "inbox" | "profile" | "search" | "sell" }): TappedTabBar
-
Parameters
-
__namedParameters: { badge: undefined | false | true; tab: "home" | "inbox" | "profile" | "search" | "sell" }
-
badge: undefined | false | true
-
tab: "home" | "inbox" | "profile" | "search" | "sell"
A user taps an icon in the Tab Bar within the iOS app
badge is true if present, false if not
tab describes the icon tapped by the user
tappedTabBar({ badge: true, tab: "sell" })