Preparing search index...
    type WrappableButtonProps = {
        onPress: () => void;
        children: string;
        testID?: string;
        buttonColor?: string;
        textColor?: string;
        style?: StyleProp<ViewStyle>;
    }
    Index

    Properties

    onPress: () => void
    children: string
    testID?: string
    buttonColor?: string
    textColor?: string
    style?: StyleProp<ViewStyle>