mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-26 03:01:51 +08:00
6 lines
158 B
TypeScript
6 lines
158 B
TypeScript
import * as frame from "tns-core-modules/ui/frame";
|
|
|
|
export function onTap() {
|
|
frame.topmost().navigate("ui-tests-app/button/highlight-4740/sub-page");
|
|
}
|