I'm using a ScrollView in my React Native App, and calling scrollToEnd({animated: true}) within a useEffect.
When its scrolling, the scroll bar temporarily appears. Is there some way to change that behavior, so that it doesn't appear, but is still there if I manually scroll?
showsVerticalScrollIndicatorprop ?showsVerticalScrollIndicator. We will set itfalsebefore calling thescrollToEndinuseEffectand when the animation is finished we can again set the state totrue.