如何循环Json数据以查看本机

时间:2018-08-21 08:16:28

标签: react-native

enter image description here

我想将我在图片中映射(白线区域)的json数据中的某些数据循环到View(白线区域)

1 个答案:

答案 0 :(得分:0)

如果我很了解您的需求,则可以在View内执行此操作:

{ result.map((item, index) => <ProductBox key={index} ...(props you want) />) }