react-native-gesture-handler
Version: 
Declarative API exposing native platform touch and gesture system to React Native
14 lines (12 loc) • 381 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
  value: true
});
Object.defineProperty(exports, "PressabilityDebugView", {
  enumerable: true,
  get: function () {
    return _PressabilityDebug.PressabilityDebugView;
  }
});
var _PressabilityDebug = require("react-native/Libraries/Pressability/PressabilityDebug");
//# sourceMappingURL=PressabilityDebugView.js.map