Working with View and Text Components
メニューを表示するにはスワイプしてください
View Component
- The
Viewcomponent is a fundamental building block in React Native, similar to adivin web development; - It's used to structure and style the layout of your mobile app;
- Properties like
flex,justifyContent, andalignItemscontrol its layout.
Example
Text Component
- The
Textcomponent 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
すべて明確でしたか?
フィードバックありがとうございます!
セクション 2. 章 3
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください
セクション 2. 章 3