File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
<Page xmlns =" http://schemas.nativescript.org/tns.xsd" loaded =" pageLoaded" class =" page" xmlns : AR =" nativescript-ar" >
2
2
<GridLayout rows =" auto, *" columns =" *" >
3
- <Label text =" {{ message }}" class =" t-20 text-center c-black" textWrap =" true" />
3
+ <Label text =" {{ message }}" class =" t-20 p-10 text-center c-black" textWrap =" true" />
4
4
<AR : AR
5
5
row =" 1"
6
6
debugLevel =" FEATURE_POINTS"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export class HelloWorldModel extends Observable {
8
8
super ( ) ;
9
9
10
10
const supported = AR . isSupported ( ) ;
11
- this . message = `Supported ? ${ supported } ` ;
11
+ this . message = `AR supported ? ${ supported } ` ;
12
12
13
13
if ( ! supported ) {
14
14
return ;
Original file line number Diff line number Diff line change 1
1
* .ts
2
+ * .map
2
3
! ar.android.d.ts
3
4
! ar.ios.d.ts
4
5
! ar-common.d.ts
You can’t perform that action at this time.
0 commit comments