UI Components in React Native

ui-components-in-react-native

Some of the UI components in React Native are:

  • ScrollView: It is used to make the screen scrollable
  • Image: It is used for putting images on the screen
  • Text: It is used for putting text on the screen
  • View: It is used for grouping several UI components.
  • TextInput: It is used to take input from the user.
  • Pressable: It used to put buttons on the screen
  • FlatList: It is used when you want to display a list of things having the same UI and different value. Example: while showing the weather for seven days of the week, this can be used since the UI will be same for all the seven days, just the value will change.
  • SectionList: It is similar to FlatList.
  • ImageBackground: It is used for putting background images on the screen
  • TouchableOpacity: It is used to create a touchable area on the screen
  • TouchableHighlight: It is similar to TouchableOpacity.
Total
0
Shares
Leave a Reply

Your email address will not be published. Required fields are marked *

Previous Post
entendendo-@decorators-no-python-em-6-passos

Entendendo @decorators no Python em 6 passos

Next Post
ensure-a-flawless-ga4-setup-and-ongoing-tracking-functionality

Ensure a Flawless GA4 Setup and Ongoing Tracking Functionality

Related Posts
is-jsdelivr-is-made-on-netlify

Is jsdelivr is made on Netlify

This is a sample package I got the image url from there as https://img.jsdelivr.com/github.com/SH20RAJ/sh20raj/assets/66713844/344678d0-3795-4d1f-b326-9bdd6846687b Originally – https://github.com/SH20RAJ/sh20raj/assets/66713844/344678d0-3795-4d1f-b326-9bdd6846687b Now,…
Read More