4

I have a flat list in react native and I want to keep it always visible. Right now, I can see it whenever I start scrolling but I want the user to be able to see it from the moment they open the screen. Any ideas?

Supriya Kalghatgi
  • 1,155
  • 9
  • 10
carloscc
  • 779
  • 3
  • 14
  • 20

3 Answers3

3

Do it

persistentScrollbar={true}

0
<Flatlist persistentScrollbar/>
Sukshith S
  • 413
  • 6
  • 6
-5

Try this

showsHorizontalScrollIndicator={true}
Roshana Pitigala
  • 8,437
  • 8
  • 49
  • 80