React Native FlatList renderItem does not return anything despite receiving correct data

前端 未结 0 835
谎友^
谎友^ 2020-12-20 02:58

Here is the renderItem function:

  const renderItem = ({item, index}) => {
    getPost(item.id)
               


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