CS391 Lecture 19 React-Native

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/10

flashcard set

Earn XP

Description and Tags

React-Native

Last updated 2:33 AM on 4/27/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

11 Terms

1
New cards

What does the “Learn Once, Write Anywhere” mean in React

For developers to use their knowledge of React to build user interface not only for the web but also for mobile platforms using React Native.

2
New cards

What framwork is used to build React Native applications

Expo is an open-source framework and platform

3
New cards

Terminal Command to create React-Native Project

npx create-expo-app ___ (Any name)

4
New cards

Terminal command to start React Native Project

npx expo start

5
New cards

Where is the entry-point of a React Native App

in the App.js

6
New cards

What Navigation does React-Native use

react-Navigation

7
New cards

In Expo Router framework what method determine routes inside your app

it uses a file-based method

8
New cards

In React-Native, static components are rendered in ___, and conditionally rendered component from ___

_layout.tsx, index.tsx

9
New cards

In React-Native, since CSS code will be written in JavaScript Enviornment, the wordings would change from ___ to ___

spinal-case to camelCase

10
New cards

What is the most commonly-used layout management took in React-Native

Flex-Box

11
New cards

What hooks are exclusive to just React-Native

useAccessibilityInfo

useAppState
useBackHandler
useImageDimensions
useKeyboard
useInteractionManager
useDeviceOrientation
useLayout
useRefresh