Search code examples
javascriptreact-nativefetchscrollview

Fetch data from api on stop scrolling ScrollView React Native


I'm new to react native and I want to fetch data when user stops scrolling or goes to end/bottom of the screen.


Solution

  • You could try something like this How do I check when the user has stopped scrolling?, but in react native best practice is to use a Flatlist (https://reactnative.dev/docs/flatlist) when you don't know how much data you will render