Skip to content

Commit 4572707

Browse files
committed
chore: cleanup demo code
1 parent 0a79def commit 4572707

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

apps/demo/src/app.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

2727
Application.run({ moduleName: 'app-root' });

0 commit comments

Comments
 (0)