Skip to content

API Reference / @gtkx/navigation / TabNavigationConfig

Type Alias: TabNavigationConfig

TabNavigationConfig = object

Defined in: packages/navigation/dist/tabs/types.d.ts:34

Props of the tab navigator beyond the options every navigator shares.

Properties

tabBarPosition?

optional tabBarPosition?: "top" | "bottom"

Defined in: packages/navigation/dist/tabs/types.d.ts:36

Where the view switcher sits: in the header bar or in a bar below the content; defaults to "top".

Released under the MPL-2.0 License.