Files
Schnappix/node_modules/react-native-gesture-handler/lib/module/components/GestureHandlerButton.web.js
T

11 lines
331 B
JavaScript

"use strict";
import * as React from 'react';
import { View } from 'react-native';
import { jsx as _jsx } from "react/jsx-runtime";
export default /*#__PURE__*/React.forwardRef((props, ref) => /*#__PURE__*/_jsx(View, {
ref: ref,
accessibilityRole: "button",
...props
}));
//# sourceMappingURL=GestureHandlerButton.web.js.map