@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.
9 lines (8 loc) • 321 B
JavaScript
export let SwipeDirection;
(function (SwipeDirection) {
SwipeDirection["SWIPE_UP"] = "SWIPE_UP";
SwipeDirection["SWIPE_DOWN"] = "SWIPE_DOWN";
SwipeDirection["SWIPE_LEFT"] = "SWIPE_LEFT";
SwipeDirection["SWIPE_RIGHT"] = "SWIPE_RIGHT";
})(SwipeDirection || (SwipeDirection = {}));
//# sourceMappingURL=index.js.map