Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 378 Bytes

File metadata and controls

17 lines (13 loc) · 378 Bytes

react-native-app-helpers/BottomTabBarStateStyle

Describes the style of a bottom tab bar for segments which are in a particular state.

Usage

import type { BottomTabBarStateStyle } from "react-native-app-helpers";

const example: BottomTabBarStateStyle = {
  background: `yellow`,
  iconFill: `green`,
  color: `blue`,
  fontFamily: `Example Font Family`,
};