mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
feat(core): nativescript.config and webpack updates (#8801)
This commit is contained in:
4
apps/ui/src/list-view/scrolling-and-sizing-page.ts
Normal file
4
apps/ui/src/list-view/scrolling-and-sizing-page.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export function onNavigatingTo(args) {
|
||||
const page = args.object;
|
||||
page.bindingContext = ['The quick', 'brown fox', 'jumped over', 'the', 'lazy dog.'];
|
||||
}
|
||||
Reference in New Issue
Block a user