Task orphaned for request in react-native – what does it mean?

前端 未结 4 1381
傲寒
傲寒 2021-02-04 05:19

I am trying to build a grid system for tiles with buttons and other actions. I forked trying with the react native playground grid images source, that you can find here. It prod

4条回答
  •  粉色の甜心
    2021-02-04 05:22

    according to react native, it better to have the item component a pure component and all the data to be rendered in the component should be in the item object itself for better performance. In case of image I also dont know how they are handling it. loading image from url might be something which is not in the item object itself. However, i am also getting the issue and I am calling a function to load an image icon which are packed with application.

提交回复
热议问题