Skip to content

Commit 50b7da5

Browse files
committed
Upgrade to NS8
1 parent 02f57a3 commit 50b7da5

25 files changed

Lines changed: 81 additions & 76 deletions

and-ts-lib/helpers.js

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

and-ts-lib/helpers.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

and-ts-lib/helpers.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22

33
import { StretchMapping as stretchMap } from './stretch-mapping';
44
import { ProxyBaseControllerListener } from './proxy-base-controller-listener';
5-
import * as types from 'tns-core-modules/utils/types';
6-
import * as utils from 'tns-core-modules/utils/utils';
7-
import * as fs from 'tns-core-modules/file-system';
8-
5+
import * as types from '@nativescript/core/utils/types';
6+
import * as utils from '@nativescript/core/utils/utils';
7+
import * as fs from '@nativescript/core/file-system';
98

109
export class Helpers {
1110
public static setNativeStretch(draweeHierarchy, stretch) {

and-ts-lib/proxy-base-controller-listener.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

and-ts-lib/proxy-base-controller-listener.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

and-ts-lib/stretch-mapping.js

Lines changed: 7 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

and-ts-lib/stretch-mapping.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { View } from 'tns-core-modules/ui/core/view';
1+
import { View } from '@nativescript/core/ui';
22

33
export class WebImage extends View {
44
/**

ios-ts-lib/helpers.js

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ios-ts-lib/helpers.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)