Closed
Description
I get a blank screen in Android when trying to use GridView element in an empty project. However, when using npm run demo-ng-android
, the demo runs perfectly. Also, in iOS it works great in an empty project
Steps to reproduce:
tns create emptyProject --ng
- copy the
item
folder from the demo to the new project - place the code in the modules folder, so the new element could be used
tns run android
- the gridview does not show anything
Could it be something with my settings? I was trying to use tns 5.0.0/5.1.0/4.0.0, none worked