Files
NativeScript/apps/ui/app/list-view/row-height-page.ts
Nathan Walker 1e6fccf272 chore: cleanup
2020-07-23 14:03:37 -07:00

5 lines
123 B
TypeScript

export function onNavigatingTo(args) {
const page = args.object;
page.bindingContext = ['Item 1', 'Item 2', 'Item 3'];
}