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

Conteúdo do Curso

Foundations of React Native

Foundations of React Native

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

bookImage Component

Theory

  • The Image component is used to display images in your app;
  • It's similar to the HTML <img> tag;
  • You can set the source of the image using the source prop;
  • Including the image's dimensions by providing its width and height is important.

Example

In Practice

Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

Seção 2. Capítulo 4
some-alt