-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Files written to the file-system are lost after update #20
- Loading branch information
1 parent
e04f01d
commit 32a6ef8
Showing
10 changed files
with
80 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,17 @@ | ||
<Page xmlns="http://schemas.nativescript.org/tns.xsd" loaded="pageLoaded" class="page"> | ||
<StackLayout class="p-20"> | ||
<StackLayout class="p-20"> | ||
|
||
<!-- <Label text="I'm AppSync iOS" class="t-20 text-center c-orange" textWrap="true"/>--> | ||
<!-- <Label text="I'm AppSync Android (mandatory)" class="t-20 text-center c-orange" textWrap="true"/>--> | ||
<Label text="I'm the APPSTORE version.." class="t-20 text-center c-orange" textWrap="true"/> | ||
<!-- <Label text="I'm AppSync iOS" class="t-20 text-center c-orange" textWrap="true"/>--> | ||
<!-- <Label text="I'm AppSync Android (mandatory)" class="t-20 text-center c-orange" textWrap="true"/>--> | ||
<Label text="I'm the APPSTORE version.." class="t-20 text-center c-orange" textWrap="true"/> | ||
|
||
<Label text="{{ message }}" class="t-20 m-30 text-center c-black" textWrap="true"/> | ||
</StackLayout> | ||
<Label text="{{ message }}" class="t-20 m-30 text-center c-black" textWrap="true"/> | ||
|
||
<Button tap="{{ setAppSettings }}" text="set appsettings"/> | ||
<Button tap="{{ getAppSettings }}" text="get appsettings"/> | ||
|
||
<Button tap="{{ setFileSystem }}" text="set filesystem"/> | ||
<Button tap="{{ getFileSystem }}" text="get filesystem"/> | ||
</StackLayout> | ||
|
||
</Page> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters