Basic components
Most apps will end up using one of these basic components.View
Text
Image
TextInput
ScrollView
StyleSheet
User Interface
These common user interface controls will render on any platform.Button
List views
Unlike the more genericScrollView, the following list view components only render elements that are currently showing on the screen. This makes them a performant choice for displaying long lists of data.

