Conteúdo do Curso
Foundations of React Native
Foundations of React Native
2. Core Concepts of React Native
Setting Up the React Native ProjectUnderstanding React Native ComponentsWorking with View and Text ComponentsUsing the Image ComponentStyling in React NativeChallenge: Apply Styles to ComponentsWorking with TouchableOpacity for User InteractionImplementing ScrollView for Scrolling ContentRendering Lists in React NativeChallenge: Build an Interactive Resort ListQuiz: React Native Basics
3. Essential React Native Principles
Using the 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
Tudo estava claro?
Obrigado pelo seu feedback!
Seção 2. Capítulo 4