ZupIT/beagle

ListView and GridView does not render NetworkImage

Closed this issue · 0 comments

Description

ListView when it has a remote image without size does not render

Steps To Reproduce"

Link Playground:
https://playground.usebeagle.io/#/cloud/S3-5710c7de-975a-425d-9f37-fe42d5334173?platform=react-web

Json:

{
  "_beagleComponent_" : "beagle:screenComponent",
  "navigationBar" : {
    "title" : "Beagle ListView",
    "showBackButton" : true
  },
  "child" : {
    "_beagleComponent_" : "beagle:listView",
    "direction" : "VERTICAL",
    "context" : {
      "id" : "context",
      "value" : [ "1", "2", "3", "4", "5", "6", "7", "8" ]
    },
    "dataSource" : "@{context}",
    "template" : {
      "_beagleComponent_" : "beagle:container",
      "children" : [ {
        "_beagleComponent_" : "beagle:image",
        "path" : {
          "_beagleImagePath_" : "remote",
          "url" : "https://mcdn.wallpapersafari.com/medium/8/37/zlwnoM.jpg"
        }
      } ]
    },
    "iteratorName" : "item",
    "isScrollIndicatorVisible" : false
  }
}