Skip to content

Commit 864c116

Browse files
committed
chore: migrate demo app to latest NS
1 parent f5cb275 commit 864c116

File tree

5 files changed

+6306
-958
lines changed

5 files changed

+6306
-958
lines changed

demo/.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# JetBrains project files
2+
.idea
3+
4+
# NPM
5+
node_modules
6+
7+
# NativeScript application
8+
hooks
9+
platforms
10+
.migration_backup

demo/app/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if(application.ios) {
1111
GMSServices.provideAPIKey("AIzaSyAtRVvG3Be3xXiZFR7xp-K-9hy4nZ4hMFs");
1212
}
1313

14-
application.start({ moduleName: "main-page" });
14+
application.run({ moduleName: "main-page" });
1515

1616
/*
1717
Do not place any code after the application has been started as it will not

0 commit comments

Comments
 (0)