react-native-gesture-handler
Version:
Declarative API exposing native platform touch and gesture system to React Native
21 lines (20 loc) • 642 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "SwipeDirection", {
enumerable: true,
get: function () {
return _ReanimatedSwipeableProps.SwipeDirection;
}
});
Object.defineProperty(exports, "default", {
enumerable: true,
get: function () {
return _ReanimatedSwipeable.default;
}
});
var _ReanimatedSwipeableProps = require("./ReanimatedSwipeableProps");
var _ReanimatedSwipeable = _interopRequireDefault(require("./ReanimatedSwipeable"));
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
//# sourceMappingURL=index.js.map
;