9.0 Released! → Native ESM runtimes 🚀, Vite support ⚡️, multi-window apps and more...
Read Announcement
ts
const Enums: {
  Accuracy: typeof Accuracy;
  AndroidActionBarIconVisibility: typeof AndroidActionBarIconVisibility;
  AndroidActionItemPosition: typeof AndroidActionItemPosition;
  AnimationCurve: typeof AnimationCurve;
  AutocapitalizationType: typeof AutocapitalizationType;
  BackgroundRepeat: typeof BackgroundRepeat;
  DeviceOrientation: typeof DeviceOrientation;
  DeviceType: typeof DeviceType;
  Dock: typeof Dock;
  FontAttributes: typeof FontAttributes;
  FontStyle: typeof FontStyle;
  FontWeight: typeof FontWeight;
  HorizontalAlignment: typeof HorizontalAlignment;
  ImageFormat: typeof ImageFormat;
  IOSActionItemPosition: typeof IOSActionItemPosition;
  KeyboardType: typeof KeyboardType;
  LayoutDirection: typeof LayoutDirection;
  NavigationBarVisibility: typeof NavigationBarVisibility;
  Orientation: typeof Orientation;
  ReturnKeyType: typeof ReturnKeyType;
  StatusBarStyle: typeof StatusBarStyle;
  Stretch: typeof ImageStretch;
  SystemAppearance: typeof SystemAppearance;
  TextAlignment: typeof TextAlignment;
  TextDecoration: typeof TextDecoration;
  TextTransform: typeof TextTransform;
  UpdateTextTrigger: typeof UpdateTextTrigger;
  VerticalAlignment: typeof VerticalAlignment;
  Visibility: typeof Visibility;
  WhiteSpace: typeof WhiteSpace;
};

Defined in: core-types/index.ts

Type Declaration

Accuracy

ts
Accuracy: typeof Accuracy;

AndroidActionBarIconVisibility

ts
AndroidActionBarIconVisibility: typeof AndroidActionBarIconVisibility;

AndroidActionItemPosition

ts
AndroidActionItemPosition: typeof AndroidActionItemPosition;

AnimationCurve

ts
AnimationCurve: typeof AnimationCurve;

AutocapitalizationType

ts
AutocapitalizationType: typeof AutocapitalizationType;

BackgroundRepeat

ts
BackgroundRepeat: typeof BackgroundRepeat;

DeviceOrientation

ts
DeviceOrientation: typeof DeviceOrientation;

DeviceType

ts
DeviceType: typeof DeviceType;

Dock

ts
Dock: typeof Dock;

FontAttributes

ts
FontAttributes: typeof FontAttributes;

FontStyle

ts
FontStyle: typeof FontStyle;

FontWeight

ts
FontWeight: typeof FontWeight;

HorizontalAlignment

ts
HorizontalAlignment: typeof HorizontalAlignment;

ImageFormat

ts
ImageFormat: typeof ImageFormat;

IOSActionItemPosition

ts
IOSActionItemPosition: typeof IOSActionItemPosition;

KeyboardType

ts
KeyboardType: typeof KeyboardType;

LayoutDirection

ts
LayoutDirection: typeof LayoutDirection;
ts
NavigationBarVisibility: typeof NavigationBarVisibility;

Orientation

ts
Orientation: typeof Orientation;

ReturnKeyType

ts
ReturnKeyType: typeof ReturnKeyType;

StatusBarStyle

ts
StatusBarStyle: typeof StatusBarStyle;

Stretch

ts
Stretch: typeof ImageStretch;

SystemAppearance

ts
SystemAppearance: typeof SystemAppearance;

TextAlignment

ts
TextAlignment: typeof TextAlignment;

TextDecoration

ts
TextDecoration: typeof TextDecoration;

TextTransform

ts
TextTransform: typeof TextTransform;

UpdateTextTrigger

ts
UpdateTextTrigger: typeof UpdateTextTrigger;

VerticalAlignment

ts
VerticalAlignment: typeof VerticalAlignment;

Visibility

ts
Visibility: typeof Visibility;

WhiteSpace

ts
WhiteSpace: typeof WhiteSpace;

Deprecated

Use CoreTypes instead. Enums will be removed in 9.0