react-native-tpay
    Preparing search index...

    Type Alias TpayButtonProps

    type TpayButtonProps = {
        isEnabled: boolean;
        onClick: Function;
    }
    Index

    Properties

    Properties

    isEnabled: boolean

    Whether the button should be enabled

    onClick: Function

    Called when button is clicked