react-native-gesture-handler
Version:
Experimental implementation of a new declarative API for gesture handling in react-native
12 lines (10 loc) • 305 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.PressabilityDebugView = PressabilityDebugView;
// PressabilityDebugView is not implemented in react-native-web
function PressabilityDebugView() {
return null;
}
//# sourceMappingURL=PressabilityDebugView.web.js.map