Created
June 28, 2019 00:28
-
-
Save rbk/bea26aa586602a099645d749da8ebf86 to your computer and use it in GitHub Desktop.
React Native Valid Style Props
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
"alignContent", | |
"alignItems", | |
"alignSelf", | |
"aspectRatio", | |
"backfaceVisibility", | |
"backgroundColor", | |
"borderBottomColor", | |
"borderBottomEndRadius", | |
"borderBottomLeftRadius", | |
"borderBottomRightRadius", | |
"borderBottomStartRadius", | |
"borderBottomWidth", | |
"borderColor", | |
"borderEndColor", | |
"borderEndWidth", | |
"borderLeftColor", | |
"borderLeftWidth", | |
"borderRadius", | |
"borderRightColor", | |
"borderRightWidth", | |
"borderStartColor", | |
"borderStartWidth", | |
"borderStyle", | |
"borderTopColor", | |
"borderTopEndRadius", | |
"borderTopLeftRadius", | |
"borderTopRightRadius", | |
"borderTopStartRadius", | |
"borderTopWidth", | |
"borderWidth", | |
"bottom", | |
"color", | |
"decomposedMatrix", | |
"direction", | |
"display", | |
"elevation", | |
"end", | |
"flex", | |
"flexBasis", | |
"flexDirection", | |
"flexGrow", | |
"flexShrink", | |
"flexWrap", | |
"fontFamily", | |
"fontSize", | |
"fontStyle", | |
"fontVariant", | |
"fontWeight", | |
"height", | |
"includeFontPadding", | |
"justifyContent", | |
"left", | |
"letterSpacing", | |
"lineHeight", | |
"margin", | |
"marginBottom", | |
"marginEnd", | |
"marginHorizontal", | |
"marginLeft", | |
"marginRight", | |
"marginStart", | |
"marginTop", | |
"marginVertical", | |
"maxHeight", | |
"maxWidth", | |
"minHeight", | |
"minWidth", | |
"opacity", | |
"overflow", | |
"overlayColor", | |
"padding", | |
"paddingBottom", | |
"paddingEnd", | |
"paddingHorizontal", | |
"paddingLeft", | |
"paddingRight", | |
"paddingStart", | |
"paddingTop", | |
"paddingVertical", | |
"position", | |
"resizeMode", | |
"right", | |
"rotation", | |
"scaleX", | |
"scaleY", | |
"shadowColor", | |
"shadowOffset", | |
"shadowOpacity", | |
"shadowRadius", | |
"start", | |
"textAlign", | |
"textAlignVertical", | |
"textDecorationColor", | |
"textDecorationLine", | |
"textDecorationStyle", | |
"textShadowColor", | |
"textShadowOffset", | |
"textShadowRadius", | |
"textTransform", | |
"tintColor", | |
"top", | |
"transform", | |
"transformMatrix", | |
"translateX", | |
"translateY", | |
"width", | |
"writingDirection", | |
"zIndex" | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment