Please enable JavaScript to use CodeHS

Mobile Apps

Lesson 2.1 Introduction to Components

Description

In this lesson, students are introduced to the basic components used to build React Native apps. They will learn about the parent view component and see how all child components are nested inside.


Objective

Students will be able to:

  • Create a basic app using view and text components
  • Nest child components inside a parent view component