react-native-gesture-handler
Version:
Experimental implementation of a new declarative API for gesture handling in react-native
19 lines (13 loc) • 679 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _codegenNativeComponent = _interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeComponent"));
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
// @ts-ignore TODO: remove once there is a .d.ts file with definitions
// eslint-disable-next-line @typescript-eslint/ban-types
const codegenNativeComponent = _codegenNativeComponent.default;
var _default = codegenNativeComponent('RNGestureHandlerButton');
exports.default = _default;
//# sourceMappingURL=RNGestureHandlerButtonNativeComponent.js.map