...

/

Quiz: User Interface and User Interaction

Quiz: User Interface and User Interaction

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

We'll cover the following...
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
...
Access this course and 1400+ top-rated courses and projects.