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

4 lines
175 B
JavaScript

export function hasTouchableProperty(props) {
return !!(props.onPress || props.onPressIn || props.onPressOut || props.onLongPress);
}
//# sourceMappingURL=hasProperty.js.map