In React Native, there are at least three ways to make a button: TouchableNativeFeedback
, TouchableHighlight
and TouchableOpacity
. There i
Well, This is how I typically decide what to use:
TouchableNativeFeedback
TouchableHighlight
. (TouchableOpacity
has got some weird parts when you control opacity yourself).TouchableOpacity
because it's more "bare" than TouchableHighlight