react native flatlist margin bottom

JavaScript
<FlatList
  data={...}
  renderItem={...}
  horizontal={true}
  contentInset={{ right: 20, top: 0, left: 0, bottom: 0 }}

/>

Source

Also in JavaScript: