You should display the top content using ListView.renderHeader prop:
class SampleApp extends React.Component { _renderHeader() {
ListView uses ScrollView internally to provide scroll behavior, so you don't need to wrap it in another ScrollView .
source share