Skip to content

Instantly share code, notes, and snippets.

@cbrevik
Created June 30, 2017 06:01
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/7603ef2d61868ead38a019f38a9e93f1 to your computer and use it in GitHub Desktop.
Save cbrevik/7603ef2d61868ead38a019f38a9e93f1 to your computer and use it in GitHub Desktop.
{
"accessibilityLabel": "NSString",
"accessibilityTraits": "UIAccessibilityTraits",
"accessibilityViewIsModal": "BOOL",
"accessible": "BOOL",
"alignContent": "YGAlign",
"alignItems": "YGAlign",
"alignSelf": "YGAlign",
"aspectRatio": "float",
"backfaceVisibility": "css_backface_visibility_t",
"backgroundColor": "UIColor",
"borderBottomColor": "UIColor",
"borderBottomLeftRadius": "CGFloat",
"borderBottomRightRadius": "CGFloat",
"borderBottomWidth": "float",
"borderColor": "CGColor",
"borderLeftColor": "UIColor",
"borderLeftWidth": "float",
"borderRadius": "CGFloat",
"borderRightColor": "UIColor",
"borderRightWidth": "float",
"borderStyle": "RCTBorderStyle",
"borderTopColor": "UIColor",
"borderTopLeftRadius": "CGFloat",
"borderTopRightRadius": "CGFloat",
"borderTopWidth": "float",
"borderWidth": "float",
"bottom": "YGValue",
"direction": "YGDirection",
"display": "YGDisplay",
"flex": "float",
"flexBasis": "YGValue",
"flexDirection": "YGFlexDirection",
"flexGrow": "float",
"flexShrink": "float",
"flexWrap": "YGWrap",
"height": "YGValue",
"hitSlop": "UIEdgeInsets",
"justifyContent": "YGJustify",
"left": "YGValue",
"margin": "YGValue",
"marginBottom": "YGValue",
"marginHorizontal": "YGValue",
"marginLeft": "YGValue",
"marginRight": "YGValue",
"marginTop": "YGValue",
"marginVertical": "YGValue",
"maxHeight": "YGValue",
"maxWidth": "YGValue",
"minHeight": "YGValue",
"minWidth": "YGValue",
"onAccessibilityTap": "BOOL",
"onLayout": "BOOL",
"onMagicTap": "BOOL",
"opacity": "CGFloat",
"overflow": "YGOverflow",
"padding": "YGValue",
"paddingBottom": "YGValue",
"paddingHorizontal": "YGValue",
"paddingLeft": "YGValue",
"paddingRight": "YGValue",
"paddingTop": "YGValue",
"paddingVertical": "YGValue",
"pointerEvents": "RCTPointerEvents",
"position": "YGPositionType",
"removeClippedSubviews": "BOOL",
"right": "YGValue",
"shadowColor": "CGColor",
"shadowOffset": "CGSize",
"shadowOpacity": "float",
"shadowRadius": "CGFloat",
"shouldRasterizeIOS": "BOOL",
"testID": "NSString",
"top": "YGValue",
"transform": "CATransform3D",
"width": "YGValue",
"zIndex": "NSInteger"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment