Quiz: Creating a Real Working App
Test your understanding of the concepts you have learned in this section.
We'll cover the following...
1
In React Native, which function is used to define a new component?
A)
class ComponentName extends React.Component
B)
createNewComponent(ComponentName)
C)
const ComponentName = React.Component
D)
function ComponentName()
Question 1 of 100 attempted
...