react-native-gesture-handler
Version:
Declarative API exposing native platform touch and gesture system to React Native
9 lines (8 loc) • 310 B
JavaScript
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
;