Зміст курсу
Foundations of React Native
Foundations of React Native
Image 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
Дякуємо за ваш відгук!