wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

React Native

Total questions: 10

Worksheet time: 2mins

Name
Class
Date
1.

What is React Native used for?

a)

Web Development

b)

Mobile App Development

c)

Backend Development

d)

Database Management

2.

Which programming language is used in React Native?

a)

Java

b)

Swift

c)

JavaScript

d)

Python

3.

Which command is used to start a new Expo project?

a)

expo start

b)

npm start

c)

expo run

d)

npx expo-dev

4.

Which file is used for Expo app configuration?

a)

package.json

b)

app.json

c)

app.config.js

d)

expo.config.js

5.

Which mobile app is required to preview an Expo project?

a)

Expo Go

b)

React Native Debugger

c)

Android Studio Emulator

d)

Firebase Emulator

6.

Which core component is used to display text in React Native?

a)

<Typography>

b)

<Label>

c)

<Text>

d)

<TextView>

7.

Which of the following is NOT a core component in React Native?

a)

<View>

b)

<Text>

c)

<Button>

d)

<Div>

8.

Which file serves as the entry point for a React Native app?

a)

index.js

b)

app.js

c)

home.js

d)

main.js

9.

What is the purpose of the app.json file in an Expo project?

a)

To define React components

b)

To store Expo project settings

c)

To write JavaScript code

d)

To manage database connections

10.

What is the default package manager for an Expo project?

a)

yarn

b)

expo package manager

c)

npm

d)

pip