mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 19:26:42 +08:00

Fixed broken unit-tests ios layout now run only for the innermost viewcontoller ios layout for viewcontrollers now implemented with constraints Added ios11 safeAreas layout support onMeasure back for frame and tab-view so that they won't throw exception if measure is called on them Page parents layout updated after page is layout so that inner layout flags are correct
13 lines
354 B
TypeScript
13 lines
354 B
TypeScript
/* tslint:disable:no-unused-variable */
|
|
// Android specific TypeScript declarations
|
|
declare function float(num: number): any;
|
|
declare function long(num: number): any;
|
|
|
|
declare var gc: () => void;
|
|
|
|
declare function float(num: number): any;
|
|
declare function long(num: number): any;
|
|
|
|
interface ArrayConstructor {
|
|
create(type: any, count: number): any;
|
|
} |