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/action-bar/system-icons-page.ts
Normal file
5
apps/ui/src/action-bar/system-icons-page.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { Frame } from '@nativescript/core';
|
||||
|
||||
export function navigate() {
|
||||
Frame.topmost().navigate('action-bar/clean-page');
|
||||
}
|
||||
Reference in New Issue
Block a user