Component - Button and Pressable
This UI component demonstrates two ways to create clickable buttons in React Native: the built-in Button component and the more customizable Pressable component. Both respond to user taps but offer different styling and behavior options.