Reagieren Sie die native Flatlist ausblenden Scrollbar ausblenden

disable vertical and horizontal scroll indicator

<ScrollView
  showsVerticalScrollIndicator={false}
  showsHorizontalScrollIndicator={false}
 />
Santino