Files
NativeScript/apps/ui/app/issues/issue-2661-page.ts
Nathan Walker 1e6fccf272 chore: cleanup
2020-07-23 14:03:37 -07:00

6 lines
138 B
TypeScript

import { topmost } from '@nativescript/core/ui/frame';
export function onTap() {
topmost().navigate('issues/issue-2661-second-page');
}