File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ iOS calls UIApplication and triggers the application main event loop.
2727*/
2828
2929var application = require (" application" );
30- application .mainModule = " app/template-settings/ main-page" ;
30+ application .mainModule = " app/main-page" ;
3131application .start ();
3232```
3333``` TypeScript
@@ -55,7 +55,7 @@ NativeScript applications have the following life cycle events.
5555
5656``` JavaScript
5757var application = require (" application" );
58- application .mainModule = " app/template-settings/ main-page" ;
58+ application .mainModule = " app/main-page" ;
5959application .onLaunch = function (context ) {
6060 // For Android applications, the context is an android.content.Intent class.
6161 // For iOS applications, the context is undefined.
You can’t perform that action at this time.
0 commit comments