Touchable
API documentation for the React Native Touchable component. Learn about the available props.
#
Importimport { Touchable } from "@react-native-material/core";// orimport Touchable from "@react-native-material/core/Touchable";
#
Propstype TouchableVariant = "highlight" | "native-feedback" | "opacity" | "without-feedback";
export interface TouchableProps extends Partial<Record<PlatformOSType, TouchableVariant>>, TouchableHighlightProps, TouchableNativeFeedbackProps, TouchableOpacityProps, TouchableWithoutFeedbackProps { overlayColor?: string | undefined;}