mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 19:26:42 +08:00
6 lines
145 B
TypeScript
6 lines
145 B
TypeScript
import * as frame from "tns-core-modules/ui/frame";
|
|
|
|
export function navigate() {
|
|
frame.topmost().navigate("segmented-bar/clean-page");
|
|
}
|