interface NativeProps {
    style?: StyleProp<ViewStyle>;
    appearance?: PaymentMethodMessagingElementAppearance;
    configuration: PaymentMethodMessagingElementConfiguration;
    onStateChange(event: OnStateChangeEvent): void;
}

Properties

style?: StyleProp<ViewStyle>

Methods