I'm in the early stage of testing my CollectionView changes and thereby I noticed that the example-code doesn't work when you through it into an example app (crashing around require("CollectionView"), probably because it's copied from an Alloy-example. So I fixed that, renamed the require-statement and removed some of the default layout properties (views fill the height and width by default, so height, width, top and left should not be necessary).
Oh, and I noticed that it does NOT crash using run-on-main-thread. Not sure if it's because of my local fixes or because of this simple example.
I'm in the early stage of testing my CollectionView changes and thereby I noticed that the example-code doesn't work when you through it into an example app (crashing around
require("CollectionView")
, probably because it's copied from an Alloy-example. So I fixed that, renamed the require-statement and removed some of the default layout properties (views fill the height and width by default, soheight
,width
,top
andleft
should not be necessary).Oh, and I noticed that it does NOT crash using run-on-main-thread. Not sure if it's because of my local fixes or because of this simple example.