UNPKG

react-native-gesture-handler

Version:

Declarative API exposing native platform touch and gesture system to React Native

13 lines (12 loc) 457 B
"use strict"; 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 = exports.default = TouchableNativeFeedback; //# sourceMappingURL=TouchableNativeFeedback.js.map