react-native-gesture-handler
Version:
Declarative API exposing native platform touch and gesture system to React Native
15 lines (10 loc) • 532 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _reactNative = require("react-native");
var _NativeModules$Platfo;
var _default = (_NativeModules$Platfo = _reactNative.NativeModules === null || _reactNative.NativeModules === void 0 ? void 0 : _reactNative.NativeModules.PlatformConstants) !== null && _NativeModules$Platfo !== void 0 ? _NativeModules$Platfo : _reactNative.Platform.constants;
exports.default = _default;
//# sourceMappingURL=PlatformConstants.js.map
;