PaypalButtonProps: {
    style?: StyleProp<ViewStyle>;
    disabled?: boolean;
    onPress?: PressableProps["onPress"];
}