React Native Basics

React Native Basics

Professional Development

10 Qs

quiz-placeholder

Similar activities

Techbox #10 : Cross Platform with React Native

Techbox #10 : Cross Platform with React Native

Professional Development

5 Qs

React/Javascript Quizz

React/Javascript Quizz

Professional Development

12 Qs

[FSW] PRE-Test Chapter 8

[FSW] PRE-Test Chapter 8

12th Grade - Professional Development

15 Qs

React and Hooks

React and Hooks

Professional Development

10 Qs

React Native - Intro

React Native - Intro

Professional Development

5 Qs

Full Stack Day-9

Full Stack Day-9

Professional Development

6 Qs

React 101

React 101

Professional Development

10 Qs

React-Estilos

React-Estilos

Professional Development

9 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?