UNPKG

react-native-gesture-handler

Version:

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

10 lines (8 loc) 379 B
"use strict"; import { TouchableNativeFeedback as RNTouchableNativeFeedback } from 'react-native'; /** * @deprecated TouchableNativeFeedback will be removed in the future version of Gesture Handler. Use Pressable instead. */ const TouchableNativeFeedback = RNTouchableNativeFeedback; export default TouchableNativeFeedback; //# sourceMappingURL=TouchableNativeFeedback.js.map