react-native-gesture-handler
Version:
Declarative API exposing native platform touch and gesture system to React Native
11 lines (10 loc) • 331 B
JavaScript
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
;