you should not use SectionList at all. Try to use Flatlist with header for general, data for cars, footer for other. Or you could wrap screen in ScrollView and simple map cars to views. SectionList should be used for grouping identical elements