@openspacelabs/react-native-zoomable-view
Version:
A view component for react-native with pinch to zoom, tap to move and double tap to zoom capability.
16 lines (14 loc) • 493 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.SwipeDirection = void 0;
let SwipeDirection;
exports.SwipeDirection = SwipeDirection;
(function (SwipeDirection) {
SwipeDirection["SWIPE_UP"] = "SWIPE_UP";
SwipeDirection["SWIPE_DOWN"] = "SWIPE_DOWN";
SwipeDirection["SWIPE_LEFT"] = "SWIPE_LEFT";
SwipeDirection["SWIPE_RIGHT"] = "SWIPE_RIGHT";
})(SwipeDirection || (exports.SwipeDirection = SwipeDirection = {}));
//# sourceMappingURL=index.js.map