Quiz: Miscellaneous Components and APIs
Quiz yourself on what you've learned about the miscellaneous components of React Native.
1
(True or False) The size of the ActivityIndicator
component can be set to medium by setting the size
prop to medium
.
<ActivityIndicator
size="medium"
color="green"
/>
A)
True
B)
False
Question 1 of 50 attempted
Get hands-on with 1400+ tech skills courses.