MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / onTap

Function onTap

apps/ui/src/issues/issue-2661-second-page.ts:3–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1import { topmost } from '@nativescript/core/ui/frame';
2
3export function onTap() {
4 topmost().goBack();
5}

Callers

nothing calls this directly

Calls 2

topmostFunction · 0.90
goBackMethod · 0.45

Tested by

no test coverage detected