Quiz: Creating a Real Working App
Test your understanding of the concepts you have learned in this section.
We'll cover the following...
We'll cover the following...
Technical Quiz
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()
1 / 10
...