interface AirplayButtonProps {
    icon?: ReactNode;
    style?: StyleProp<ViewStyle>;
    testID?: string;
}

Hierarchy

  • ButtonBaseProps
    • AirplayButtonProps

Properties

Properties

icon?: ReactNode

The icon component used in the button.

The style overrides for the button.

testID?: string

An id used to locate this view in end-to-end tests.