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

12 lines
245 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = exports.default = {
get forceTouchAvailable() {
return false;
}
};
//# sourceMappingURL=PlatformConstants.web.js.map