Components in React Native Flashcard

Components in React Native Flashcard

Assessment

Flashcard

Computers

University

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

6 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Which of the following is not a core component? <SectionList>, <ButtonList/>, <FlatList>, <View>

Back

<ButtonList/>

2.

FLASHCARD QUESTION

Front

Which component can you use to style your custom component? Options: , , ,

Back

3.

FLASHCARD QUESTION

Front

Which of the following is not a best practice for creating custom components? Store components in a separate folder, Use JavaScript to type check your props , Make your components as small as possible, Define your components as functions

Back

Use JavaScript to type check your props

4.

FLASHCARD QUESTION

Front

How do you define the type of your props in React Native?

Back

type Props = {
name: string
};

5.

FLASHCARD QUESTION

Front

True or False: It is good practice to define your components in the same file as your app screen

Back

False

6.

FLASHCARD QUESTION

Front

Which community component library did I use in my demo?

Back

React Native Elements