...

/

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...
Technical Quiz
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"
/>

1 / 6
...