File tree Expand file tree Collapse file tree 2 files changed +6
-10
lines changed
Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 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> -->
Original file line number Diff line number Diff line change 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' });
You can’t perform that action at this time.
0 commit comments