GT2/Ejectable/node_modules/react-native-gesture-handler/lib/commonjs/components/touchables/TouchableNativeFeedback.js

12 lines
284 B
JavaScript
Raw Normal View History

2021-08-16 00:14:59 +00:00
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _reactNative = require("react-native");
var _default = _reactNative.TouchableNativeFeedback;
exports.default = _default;
//# sourceMappingURL=TouchableNativeFeedback.js.map