The theme used by react-native-theoplayer UI components.

interface THEOplayerTheme {
    colors: ColorTheme;
    dimensions: Dimensions;
    fadeAnimationTimoutMs: number;
    text: TextStyle;
}

Properties

colors: ColorTheme

The theme colors.

dimensions: Dimensions

The dimensions of various UI components.

fadeAnimationTimoutMs: number

The amount of time after a user action where UI animations will resume.

text: TextStyle

The styling for all text components.

Generated using TypeDoc