react-native-gesture-handler
Version:
Declarative API exposing native platform touch and gesture system to React Native
16 lines (13 loc) • 469 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _reactNative = require("react-native");
/**
* @deprecated TouchableNativeFeedback will be removed in the future version of Gesture Handler. Use Pressable instead.
*/
const TouchableNativeFeedback = _reactNative.TouchableNativeFeedback;
var _default = TouchableNativeFeedback;
exports.default = _default;
//# sourceMappingURL=TouchableNativeFeedback.js.map
;