mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
feat(core): nativescript.config and webpack updates (#8801)
This commit is contained in:
5
apps/ui/src/segmented-bar/all-page.ts
Normal file
5
apps/ui/src/segmented-bar/all-page.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import * as frame from '@nativescript/core/ui/frame';
|
||||
|
||||
export function navigate() {
|
||||
frame.topmost().navigate('segmented-bar/clean-page');
|
||||
}
|
||||
Reference in New Issue
Block a user