File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,16 +12,16 @@ import { Application } from '@nativescript/core';
1212// LoginManager.init();
1313
1414// uncomment to test Ionic Portals
15- import { IonicPortalManager } from '@nativescript/ionic-portals' ;
15+ // import { IonicPortalManager } from '@nativescript/ionic-portals';
1616// IonicPortalManager.configureLiveUpdates('ionicWebPortalSample', {
1717// appId: 'e29e2c2e',
1818// channel: 'production',
1919// syncOnAdd: true
2020// })
2121
22- Application . on ( Application . launchEvent , ( ) => {
23- // Register IonicPortals
24- IonicPortalManager . register ( '<portal-api-key>' ) ;
25- } ) ;
22+ // Application.on(Application.launchEvent, () => {
23+ // // Register IonicPortals
24+ // IonicPortalManager.register('<portal-api-key>');
25+ // });
2626
2727Application . run ( { moduleName : 'app-root' } ) ;
You can’t perform that action at this time.
0 commit comments