DEV Community

Nandini S Hinduja
Nandini S Hinduja

Posted on

3 2 2 2 2

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.

Top comments (0)

SurveyJS custom survey software

JavaScript Form Builder UI Component

Generate dynamic JSON-driven forms directly in your JavaScript app (Angular, React, Vue.js, jQuery) with a fully customizable drag-and-drop form builder. Easily integrate with any backend system and retain full ownership over your data, with no user or form submission limits.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay