UNPKG

react-native-gesture-handler

Version:

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

8 lines (7 loc) 364 B
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