GT2/Ejectable/node_modules/react-native-gesture-handler/lib/commonjs/mocks.js

35 lines
794 B
JavaScript
Raw Normal View History

2021-08-16 00:14:59 +00:00
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _reactNative = require("react-native");
var _State = require("./State");
var _Directions = require("./Directions");
const NOOP = () => {// do nothing
};
const ScrollView = _reactNative.ScrollView;
const PanGestureHandler = _reactNative.View;
const attachGestureHandler = NOOP;
const createGestureHandler = NOOP;
const dropGestureHandler = NOOP;
const updateGestureHandler = NOOP;
var _default = {
ScrollView,
PanGestureHandler,
attachGestureHandler,
createGestureHandler,
dropGestureHandler,
updateGestureHandler,
// probably can be removed
Directions: _Directions.Directions,
State: _State.State
};
exports.default = _default;
//# sourceMappingURL=mocks.js.map