mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
* test(e2e): update modal navigation app Add layout as root. Add show modal layout. * chore(frame): move frame stack modifiers in a separate frame-stack module * feat(frame): handle back navigation when using common layout as root element
7 lines
232 B
TypeScript
7 lines
232 B
TypeScript
import "./bundle-config";
|
|
import * as application from "tns-core-modules/application";
|
|
|
|
application.run({ moduleName: "app-root" });
|
|
// application.run({ moduleName: "tab-root" });
|
|
// application.run({ moduleName: "layout-root" });
|