Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cbrevik/c2872341d424696b09ad61191b2f670f to your computer and use it in GitHub Desktop.
Save cbrevik/c2872341d424696b09ad61191b2f670f to your computer and use it in GitHub Desktop.
{
"autoCapitalize": "UITextAutocapitalizationType",
"autoCorrect": "UITextAutocorrectionType",
"blurOnSubmit": "BOOL",
"clearTextOnFocus": "BOOL",
"color": "UIColor",
"dataDetectorTypes": "UIDataDetectorTypes",
"editable": "BOOL",
"enablesReturnKeyAutomatically": "BOOL",
"fontFamily": "NSString",
"fontSize": "NSNumber",
"fontStyle": "NSString",
"fontWeight": "NSString",
"keyboardAppearance": "UIKeyboardAppearance",
"keyboardType": "UIKeyboardType",
"maxLength": "NSNumber",
"mostRecentEventCount": "NSInteger",
"onChange": "BOOL",
"onContentSizeChange": "BOOL",
"onScroll": "BOOL",
"onSelectionChange": "BOOL",
"onTextInput": "BOOL",
"placeholder": "NSString",
"placeholderTextColor": "UIColor",
"returnKeyType": "UIReturnKeyType",
"secureTextEntry": "BOOL",
"selection": "RCTTextSelection",
"selectionColor": "UIColor",
"selectTextOnFocus": "BOOL",
"spellCheck": "UITextSpellCheckingType",
"text": "NSString",
"textAlign": "NSTextAlignment"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment