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

Hierarchy

  • ButtonBaseProps
    • CastButtonProps

Properties

Properties

icon?: ReactNode

The icon component used in the button. Only overrideable for web.

The style overrides for the button.

testID?: string

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