React Native Basics

React Native Basics

Professional Development

10 Qs

quiz-placeholder

Similar activities

Latihan Microsoft Word by Kisron

Latihan Microsoft Word by Kisron

Professional Development

10 Qs

PTVA HR Analytics Challenges

PTVA HR Analytics Challenges

Professional Development

14 Qs

Java Quiz#3(Local Variables)

Java Quiz#3(Local Variables)

Professional Development

10 Qs

PSD1

PSD1

Professional Development

10 Qs

Cycle 4: Session 8 Review.

Cycle 4: Session 8 Review.

Professional Development

12 Qs

ABC

ABC

Professional Development

10 Qs

Day 1 - Basics of Java

Day 1 - Basics of Java

Professional Development

14 Qs

Cycle 4: Session 6 General Review.

Cycle 4: Session 6 General Review.

Professional Development

12 Qs

React Native Basics

React Native Basics

Assessment

Quiz

Computers

Professional Development

Practice Problem

Hard

Created by

Leonid Shlafman

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

10 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What are the core building blocks of a React Native app?

Components

State

Redux

XML

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following Hooks are commonly used in React Native?

useEffect

useState

useReducer

useContext

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

 What is the purpose of props in React Native?

To manage component state

To pass data between components

To define inline styles

To fetch data from an API

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following are valid ways to style components in React Native?

Inline styles

External CSS files

StyleSheet.create

Using styled-components

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

How do you navigate between screens using React Navigation?

navigation.navigate('ScreenName')

window.location.href = '/ScreenName'

history.push('/ScreenName')

navigation.goBack()

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What are key differences between React and React Native?

React Native does not use the DOM

React Native uses native components instead of HTML elements

React Native requires an internet connection to work

React Native does not support JavaScript

7.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

How do you create a button in React Native?

<button>Click me</button>

<Button title="Click me" onPress={() => alert('Clicked!')} />

<TouchableOpacity onPress={() => alert('Clicked!')}><Text>Click me</Text></TouchableOpacity>

<View onClick={() => alert('Clicked!')}>Click me</View>

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?