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/d6c63a480420351ea75e0cd5c96ff69d to your computer and use it in GitHub Desktop.
Save cbrevik/d6c63a480420351ea75e0cd5c96ff69d to your computer and use it in GitHub Desktop.
{
"accessibilityComponentType": "String",
"accessibilityLabel": "String",
"accessibilityLiveRegion": "String",
"alignContent": "String",
"alignItems": "String",
"alignSelf": "String",
"allowFontScaling": "boolean",
"aspectRatio": "number",
"autoCapitalize": "number",
"autoCorrect": "boolean",
"backgroundColor": "number",
"blurOnSubmit": "boolean",
"borderBottomColor": "Color",
"borderBottomLeftRadius": "number",
"borderBottomRightRadius": "number",
"borderBottomWidth": "number",
"borderColor": "Color",
"borderLeftColor": "Color",
"borderLeftWidth": "number",
"borderRadius": "number",
"borderRightColor": "Color",
"borderRightWidth": "number",
"borderStyle": "String",
"borderTopColor": "Color",
"borderTopLeftRadius": "number",
"borderTopRightRadius": "number",
"borderTopWidth": "number",
"borderWidth": "number",
"bottom": "mixed",
"caretHidden": "boolean",
"color": "number",
"disableFullscreenUI": "boolean",
"display": "String",
"editable": "boolean",
"elevation": "number",
"flex": "number",
"flexBasis": "mixed",
"flexDirection": "String",
"flexGrow": "number",
"flexShrink": "number",
"flexWrap": "String",
"fontFamily": "String",
"fontSize": "number",
"fontStyle": "String",
"fontWeight": "String",
"height": "mixed",
"importantForAccessibility": "String",
"inlineImageLeft": "String",
"inlineImagePadding": "number",
"justifyContent": "String",
"keyboardType": "String",
"left": "mixed",
"lineHeight": "number",
"margin": "mixed",
"marginBottom": "mixed",
"marginHorizontal": "mixed",
"marginLeft": "mixed",
"marginRight": "mixed",
"marginTop": "mixed",
"marginVertical": "mixed",
"maxHeight": "mixed",
"maxLength": "number",
"maxWidth": "mixed",
"minHeight": "mixed",
"minWidth": "mixed",
"mostRecentEventCount": "number",
"multiline": "boolean",
"nativeID": "String",
"numberOfLines": "number",
"onContentSizeChange": "boolean",
"onLayout": "boolean",
"onScroll": "boolean",
"onSelectionChange": "boolean",
"opacity": "number",
"overflow": "String",
"padding": "mixed",
"paddingBottom": "mixed",
"paddingHorizontal": "mixed",
"paddingLeft": "mixed",
"paddingRight": "mixed",
"paddingTop": "mixed",
"paddingVertical": "mixed",
"placeholder": "String",
"placeholderTextColor": "Color",
"position": "String",
"renderToHardwareTextureAndroid": "boolean",
"returnKeyLabel": "String",
"returnKeyType": "String",
"right": "mixed",
"rotation": "number",
"scaleX": "number",
"scaleY": "number",
"secureTextEntry": "boolean",
"selection": "Map",
"selectionColor": "Color",
"selectTextOnFocus": "boolean",
"testID": "String",
"text": "String",
"textAlign": "String",
"textAlignVertical": "String",
"textBreakStrategy": "String",
"textDecorationLine": "String",
"textShadowColor": "Color",
"textShadowOffset": "Map",
"textShadowRadius": "number",
"top": "mixed",
"transform": "Array",
"translateX": "number",
"translateY": "number",
"underlineColorAndroid": "Color",
"width": "mixed",
"zIndex": "number"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment