Im working on my mobile app, and trying to code it with nativescript, but Im having a problem I want to animate view of item, in listView ...
Here is my code so far:
let page = args.object;
const radList = page.getViewById('myList');
const item = radList.getItemAtIndex(0);
const itemView = radList.getViewForItem(item);
But my itemView is always undefined, also I tried with getChildAt() method but it doesnt work... I dont want to use, itemDeleteAnimation because I want to use my own animation