I just found that there is no permanent Scroll bar for ScrollView. I went through all the documentation and google but I don\'t think it actually exists.
How do we
You can set showsHorizontalScrollIndicator={true} or showsVerticalScrollIndicator={true} to set the scroll indicator visible even when not scrolling.
showsHorizontalScrollIndicator={true}
showsVerticalScrollIndicator={true}
Usage:-
render(){ return( ... ); }