chore: cleanup a11y and add demo page

This commit is contained in:
Nathan Walker
2021-03-02 19:49:51 -08:00
parent f088ddc3fc
commit e9b5eb934d
17 changed files with 52 additions and 11 deletions

View File

@@ -3,7 +3,7 @@ import { Observable, Frame, StackLayout } from '@nativescript/core';
export class HelloWorldModel extends Observable {
viewDemo(args) {
Frame.topmost().navigate({
moduleName: `${args.object.text}`,
moduleName: `pages/${args.object.text}`,
});
}
}