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