Please enable JavaScript to use CodeHS

Mobile Apps

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
Description

In this lesson, students learn how to add styling to specific components to their apps using the Stylesheet API.

Objective

Students will be able to:

  • Define style rules using a stylesheet
  • Apply a specific style rule to a particular component
Description

In this lesson, students will begin to style their app layout using various Stylesheet components.

Objective

Students will be able to:

  • Position different components relative to each other
  • Control the size and position of components
Description

In this lesson, students will learn about the text attributes that can be styled.

Objective

Students will be able to:

  • Style a Text component?s font size, weight, and color using the Stylesheet API
Description

In this lesson, students will begin creating their Scorekeeper program. They will be able to design it how they wish and will be adding to this program throughout the course as they learn new concepts.

Objective

Students will be able to:

  • apply their knowledge of components and styling to develop a layout for a scorekeeper app
Description

In this lesson, students review content with a 15 question End-of-Unit Quiz.

Objective

Students will be able to:

  • Prove their knowledge of view and text components and styling through a multiple choice quiz