UNPKG

react-native-gesture-handler

Version:

Declarative API exposing native platform touch and gesture system to React Native

11 lines (10 loc) 331 B
"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