Files
Schnappix/node_modules/react-native-gesture-handler/lib/commonjs/PlatformConstants.js
T

9 lines
310 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _reactNative = require("react-native");
var _default = exports.default = _reactNative.NativeModules?.PlatformConstants ?? _reactNative.Platform.constants;
//# sourceMappingURL=PlatformConstants.js.map