Describes the style of a bottom tab bar for segments which are in a particular state.
import type { BottomTabBarStateStyle } from "react-native-app-helpers";
const example: BottomTabBarStateStyle = {
background: `yellow`,
iconFill: `green`,
color: `blue`,
fontFamily: `Example Font Family`,
};