Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
View and Text Components | Basic Concepts
Foundations of React Native
course content

Зміст курсу

Foundations of React Native

Foundations of React Native

1. Introduction
2. Basic Concepts
3. Common Principles
4. Advanced Concepts

View and Text Components

View Component

  • The View component is a fundamental building block in React Native, similar to a div in web development;
  • It's used to structure and style the layout of your mobile app;
  • Properties like flex, justifyContent, and alignItems control its layout.

Example

Text Component

  • The Text component is used to display text in your app;
  • It's similar to the HTML <span> or <p> tags;
  • You can style text using various properties such as fontSize, color, and fontWeight.

Example

In Practice

Все було зрозуміло?

Секція 2. Розділ 3
We're sorry to hear that something went wrong. What happened?
some-alt