React Native Hide Scroll Indicator

<ScrollView
  showsVerticalScrollIndicator ={false}
  showsHorizontalScrollIndicator={false}
 />
Lovely Lynx