Basic Components
Most apps will end up using one or more of these basic components.User Interface
These common user interface controls will render on any platform.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.

