TouchableOpacity?
-
TouchableOpacity is a pressable component in React Native that provides visual feedback (fades slightly)
when pressed.
TouchableOpacity over Button
-
TouchableOpacity provides More customization (can style background, text, padding, etc) wrt button
Better animation (built-in opacity change on press)
Supports custom child components, whereas Button is limited