UNPKG

react-native-svg

Version:
10 lines (9 loc) 301 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.hasTouchableProperty = hasTouchableProperty; function hasTouchableProperty(props) { return !!(props.onPress || props.onPressIn || props.onPressOut || props.onLongPress); } //# sourceMappingURL=hasProperty.js.map