Type aliases
AutocapitalizationType
AutocapitalizationType:
"none" | "words" | "sentences" | "allcharacters"
KeyboardType
KeyboardType:
"datetime" | "phone" | "number" | "url" | "email" | "integer"
ReturnKeyType
ReturnKeyType:
"done" | "next" | "go" | "search" | "send"
UpdateTextTrigger
UpdateTextTrigger:
"focusLost" | "textChanged"