Touchable renders a React Native TouchableHighlight, TouchableNativeFeedback, TouchableOpacity or TouchableWithoutFeedback component based on the feedback props.
<Touchable
justifyContent="center"
alignItems="center"
bg="cornflowerblue"
p={3}
>
<Text fontSize={2} color="ghostwhite">
Touchable
</Text>
</Touchable>feedback?: Feedback.Opacity | Feedback.Highlight | Feedback.None (defaults to Feedback.Opacity)native?: boolean (defaults to true)Any Box propsAny TouchableHighlight, TouchableNativeFeedback, TouchableOpacity or TouchableWithoutFeedback props