NativeScript 9.1 Released → V8 14.9, Vite 8 HMR, built for rapid agentic visual iteration
Dig in
ts
type Flex = 
  | number
  | "auto"
  | "none"
  | `${FlexGrow} ${FlexShrink}`
  | CSSWideKeywords;

Defined in: ui/layouts/flexbox-layout/index.d.ts:13

Previous
dip