Working with View and Text Components
View Component
- The
View
component is a fundamental building block in React Native, similar to adiv
in web development; - It's used to structure and style the layout of your mobile app;
- Properties like
flex
,justifyContent
, andalignItems
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
, andfontWeight
.
Example
In Practice
Var allt tydligt?
Tack för dina kommentarer!
Avsnitt 2. Kapitel 3
Fråga AI
Fråga AI
Fråga vad du vill eller prova någon av de föreslagna frågorna för att starta vårt samtal
Suggested prompts:
Ställ mig frågor om detta ämne
Sammanfatta detta kapitel
Visa verkliga exempel
Awesome!
Completion rate improved to 3.45
Working with View and Text Components
Svep för att visa menyn
View Component
- The
View
component is a fundamental building block in React Native, similar to adiv
in web development; - It's used to structure and style the layout of your mobile app;
- Properties like
flex
,justifyContent
, andalignItems
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
, andfontWeight
.
Example
In Practice
Var allt tydligt?
Tack för dina kommentarer!
Avsnitt 2. Kapitel 3