diff --git a/Libraries/Text/Text.js b/Libraries/Text/Text.js index ac427bf8c736ae..0f9eb500bb919a 100644 --- a/Libraries/Text/Text.js +++ b/Libraries/Text/Text.js @@ -81,6 +81,8 @@ const Text: React.AbstractComponent< const isPressable = (onPress != null || + onPressIn != null || + onPressOut != null || onLongPress != null || onStartShouldSetResponder != null) && _disabled !== true;