react-native-gesture-handler
Version:
Declarative API exposing native platform touch and gesture system to React Native
7 lines • 379 B
TypeScript
import { TouchableNativeFeedback as RNTouchableNativeFeedback } from 'react-native';
/**
* @deprecated TouchableNativeFeedback will be removed in the future version of Gesture Handler. Use Pressable instead.
*/
declare const TouchableNativeFeedback: typeof RNTouchableNativeFeedback;
export default TouchableNativeFeedback;
//# sourceMappingURL=TouchableNativeFeedback.d.ts.map