Quiz: User Interface and User Interaction

Quiz yourself on what you've learned about the interactivity components of React Native.

1

(Select all that apply.) Which code snippets can be used to style the Button component in React Native?

A)
<Button
   backgroundColor="pink"
/>
B)
<Button
   width="50"
/>
C)
<Button
   borderRadius="50%"
/>
D)
<Button
   color="blue"
/>
Question 1 of 60 attempted

Get hands-on with 1200+ tech skills courses.