TouchableWithoutFeedback
Prefer
Pressablefor new code.
<TouchableWithoutFeedback onPress={_ => Console.log("press")}>
<View>
<Text> {"Tap"->React.string} </Text>
</View>
</TouchableWithoutFeedback>
Prefer
Pressablefor new code.
<TouchableWithoutFeedback onPress={_ => Console.log("press")}>
<View>
<Text> {"Tap"->React.string} </Text>
</View>
</TouchableWithoutFeedback>