TouchableNativeFeedback
Android-only ripple touchable.
Prefer
Pressablefor new code.
<TouchableNativeFeedback onPress={_ => Console.log("press")}>
<View style={Style.s({padding: 12.->dp})}>
<Text> {"Tap"->React.string} </Text>
</View>
</TouchableNativeFeedback>