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:
Panayot Cankov
2016-10-05 13:58:33 +03:00
parent 4b94fe8c63
commit 791aab04e5
16 changed files with 3457 additions and 36 deletions

View File

@@ -10,6 +10,8 @@
"experimentalDecorators": true,
"diagnostics": true,
"sourceMap": true,
"jsx": "react",
"reactNamespace": "UIBuilder",
"lib": [
"es2016"
]