mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 19:26:42 +08:00
Flexbox ios initial commit
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
This commit is contained in:
@ -305,6 +305,9 @@
|
||||
public flexGrow: number;
|
||||
public flexShrink: number;
|
||||
public alignSelf: number;
|
||||
public wrapBefore: boolean;
|
||||
public minWidth: number;
|
||||
public minHeight: number;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user