UNPKG

@heap/react-native-heap

Version:

React Native event tracking with Heap.

11 lines (10 loc) 365 B
var TouchableOpacity = { displayName: 'TouchableOpacity', mixins: [TimerMixin, Touchable.Mixin, NativeMethodsMixin], touchableHandlePress: function touchableHandlePress(e) { this.props.onPress && this.props.onPress(e); }, touchableHandleLongPress: function touchableHandleLongPress(e) { this.props.onLongPress && this.props.onLongPress(e); } };