React Native Basics

React Native Basics

Professional Development

10 Qs

quiz-placeholder

Similar activities

EXAMEN HTML- B4-2025

EXAMEN HTML- B4-2025

Professional Development

15 Qs

Recap dev web

Recap dev web

Professional Development

13 Qs

Latihan HTML

Latihan HTML

12th Grade - Professional Development

10 Qs

The Language Sloth - HTML Pop Quiz

The Language Sloth - HTML Pop Quiz

7th Grade - Professional Development

10 Qs

react-native basics

react-native basics

Professional Development

15 Qs

React

React

Professional Development

12 Qs

OSI Model - Transport Layer

OSI Model - Transport Layer

9th Grade - Professional Development

10 Qs

CodeHS - Intro to Python - Conditionals Quiz

CodeHS - Intro to Python - Conditionals Quiz

9th Grade - Professional Development

15 Qs

React Native Basics

React Native Basics

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Leonid Shlafman

Used 1+ times

FREE Resource

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>

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?