mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Ability to use different templates for iOS and Android added
This commit is contained in:
3
apps/platform-specific-template/app.ts
Normal file
3
apps/platform-specific-template/app.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import application = require("application");
|
||||
application.mainModule = "app/main-page";
|
||||
application.start();
|
||||
Reference in New Issue
Block a user