mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-23 17:16:52 +08:00

Items now appear, but they should initially shrink and they don't Add 15-ish tests for flexbox layout Port reasonable flexbox test set Fixing issues, adding unit tests Moved from .tsx to .ts and used our ui/builder.parse
7 lines
229 B
TypeScript
7 lines
229 B
TypeScript
//@private
|
|
declare module "ui/layouts/flex-box" {
|
|
import {View} from "ui/core/view";
|
|
export function _setAndroidLayoutParams(lp: any /* org.nativescript.widgets.FlexboxLayout.LayoutParams */, view: View);
|
|
}
|
|
//@endprivate
|