Build: Touchable Buttons Screen
This screen shows two buttons using TouchableOpacity and TouchableHighlight. Each button changes its appearance when pressed and shows a message below when tapped.
Target UI
------------------------- | Touchable Buttons | | | | [Opacity Button] | | | | [Highlight Button] | | | | Message: | | | -------------------------
Add a TouchableOpacity button labeled 'Opacity Button'.
Add a TouchableHighlight button labeled 'Highlight Button'.
When each button is pressed, show a message below that says which button was pressed.
TouchableOpacity button should fade when pressed.
TouchableHighlight button should highlight with a gray color when pressed.
Use accessible labels for both buttons.