interface AdSkipButtonProps {
    icon?: ReactNode;
    style?: StyleProp<TextStyle>;
    textStyle?: StyleProp<TextStyle>;
}

Properties

icon?: ReactNode

The icon components used in the button.

Optional style applied to the ad skip button

textStyle?: StyleProp<TextStyle>

The style overrides for the text in the ad skip button.

Generated using TypeDoc