rectButton deshabilitar
// There is a prop "enabled" use that.
<RectButton onPress={onPress} enabled={!isDisabled}></RectButton>
GutoTrosla
// There is a prop "enabled" use that.
<RectButton onPress={onPress} enabled={!isDisabled}></RectButton>