在停止滚动时从 api 获取数据 ScrollView React Native

Fetch data from api on stop scrolling ScrollView React Native

我是 React Native 的新手,我想在用户停止滚动或转到屏幕的 end/bottom 时获取数据。

当您不知道要渲染多少数据时,您可以尝试这样的方法, but in react native best practice is to use a Flatlist (https://reactnative.dev/docs/flatlist)