Files
Schnappix/node_modules/react-native-svg/lib/commonjs/web/utils/hasProperty.js
T

10 lines
301 B
JavaScript

"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