spec.press is working for Button components but I get the following error for TouchableHighlight and TouchableOpacity components:
undefined is not an object (evaluating 'component.props.onPress')
I'm using expo and typescript if that makes a difference.
spec.pressis working forButtoncomponents but I get the following error forTouchableHighlightandTouchableOpacitycomponents:undefined is not an object (evaluating 'component.props.onPress')I'm using expo and typescript if that makes a difference.