interface NavigationBarProps {
    barStyle?: NavigationBarStyle;
    translucent?: boolean;
    barTintColor?: string;
    statusBarColor?: string;
    backgroundColor?: string;
    headerText?: string;
    buttonText?: string;
    textColor?: string;
    textFontSize?: number;
}

Hierarchy (View Summary, Expand)

Properties

translucent?: boolean
barTintColor?: string
statusBarColor?: string
backgroundColor?: string
headerText?: string
buttonText?: string
textColor?: string
textFontSize?: number
MMNEPVFCICPMFPCPTTAAATR