React Native FlatList onEndReached at the end of the list continues fetching data

后端 未结 0 711
时光说笑
时光说笑 2021-01-26 02:54

I have a method for fetching data from an api, something like this:

   const [data, setData] = useState([]);

   const fetchData = () => {
      const newData          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题