Skip to content

Commit 0a8f32c

Browse files
committed
chore: cleanup demo
1 parent deae252 commit 0a8f32c

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

apps/toolbox/src/app-root.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,2 @@
11
<Frame defaultPage="main-page">
22
</Frame>
3-
4-
<!-- Test SplitView
5-
Must be root component of the app to work properly
6-
-->
7-
<!-- <Frame defaultPage="split-view/split-view-root">
8-
</Frame> -->

apps/toolbox/src/main.ts

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
import { Application, SplitView } from '@nativescript/core';
1+
import { Application } from '@nativescript/core';
22

3-
// Application.run({ moduleName: 'app-root' });
3+
Application.run({ moduleName: 'app-root' });
44

5-
SplitView.SplitStyle = 'triple';
6-
Application.run({ moduleName: 'split-view/split-view-root' });
5+
// Comment above and uncomment below to test SplitView directly
6+
// import { SplitView } from '@nativescript/core';
7+
// SplitView.SplitStyle = 'triple';
8+
// Application.run({ moduleName: 'split-view/split-view-root' });

0 commit comments

Comments
 (0)