Skip to content

Instantly share code, notes, and snippets.

@cbrevik
Last active July 18, 2017 05:55
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cbrevik/4abe42bec48455f6f61ac42f5595072a to your computer and use it in GitHub Desktop.
Save cbrevik/4abe42bec48455f6f61ac42f5595072a to your computer and use it in GitHub Desktop.
{
"accessibilityComponentType": "String",
"accessibilityLabel": "String",
"accessibilityLiveRegion": "String",
"accessible": "boolean",
"alignContent": "String",
"alignItems": "String",
"alignSelf": "String",
"aspectRatio": "number",
"backgroundColor": "Color",
"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",
"collapsable": "boolean",
"display": "String",
"elevation": "number",
"flex": "number",
"flexBasis": "mixed",
"flexDirection": "String",
"flexGrow": "number",
"flexShrink": "number",
"flexWrap": "String",
"height": "mixed",
"hitSlop": "Map",
"importantForAccessibility": "String",
"justifyContent": "String",
"left": "mixed",
"margin": "mixed",
"marginBottom": "mixed",
"marginHorizontal": "mixed",
"marginLeft": "mixed",
"marginRight": "mixed",
"marginTop": "mixed",
"marginVertical": "mixed",
"maxHeight": "mixed",
"maxWidth": "mixed",
"minHeight": "mixed",
"minWidth": "mixed",
"nativeBackgroundAndroid": "Map",
"nativeForegroundAndroid": "Map",
"nativeID": "String",
"needsOffscreenAlphaCompositing": "boolean",
"onLayout": "boolean",
"opacity": "number",
"overflow": "String",
"padding": "mixed",
"paddingBottom": "mixed",
"paddingHorizontal": "mixed",
"paddingLeft": "mixed",
"paddingRight": "mixed",
"paddingTop": "mixed",
"paddingVertical": "mixed",
"pointerEvents": "String",
"position": "String",
"removeClippedSubviews": "boolean",
"renderToHardwareTextureAndroid": "boolean",
"right": "mixed",
"rotation": "number",
"scaleX": "number",
"scaleY": "number",
"testID": "String",
"top": "mixed",
"transform": "Array",
"translateX": "number",
"translateY": "number",
"width": "mixed",
"zIndex": "number"
}
@yash2code
Copy link

where do I access this file in project ? what's the path?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment