-
View: The View component is a fundamental building block in React Native, akin to a
in web development. It structures and styles UI components, allowing nesting of other Views or UI elements like Text and Image. -
Text: Displaying text is essential, and the Text component serves this purpose in React Native. Think of it as a or
equivalent. You can style Text using properties like fontSize, color, and fontWeight.
-
ScrollView: When content exceeds the screen space, ScrollView comes to the rescue. It provides vertical or horizontal scrolling for lists or lengthy views. Perfect for handling large amounts of data.
-
TextInput: Just like an in web forms, TextInput lets users input text. Use it for everything from regular text to passwords or numeric input. Customize placeholders, secure text entry, and keyboard behavior.
-
FlatList: For efficient list rendering, FlatList shines. It optimizes performance by rendering only visible items from large datasets. Scrolling, item selection, and performance tweaks (key extractor, renderItem) are built-in.
-
Image: Display images with the Image component. It supports various formats (PNG, JPEG, GIF, SVG) and handles local or network-loaded images. Resize, crop, and cache for better performance.
-
Notifications
You must be signed in to change notification settings - Fork 0
Curlvyn/rn-assignment3-11021379
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published