mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Remove the platform-specific-template application (not an actual demo, covered with tests)
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
import application = require("application");
|
|
||||||
application.mainModule = "main-page";
|
|
||||||
application.start();
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
<Page loaded="onPageLoaded">
|
|
||||||
<StackLayout id="stack">
|
|
||||||
<Label id="label" text="Hello, Android!" />
|
|
||||||
</StackLayout>
|
|
||||||
</Page>
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
<Page loaded="onPageLoaded">
|
|
||||||
<StackLayout id="stack">
|
|
||||||
<Label id="label" text="Hello, iOS!" />
|
|
||||||
</StackLayout>
|
|
||||||
</Page>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
{ "name" : "platform-specific-template",
|
|
||||||
"main" : "app.js" }
|
|
||||||
Reference in New Issue
Block a user