Created
July 5, 2017 14:11
-
-
Save JFSene/4947cfbc1afd8690ef4e14320758077d to your computer and use it in GitHub Desktop.
React-Native CSS like style
This file contains 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
Valid keys: [ | |
"display", | |
"width", | |
"height", | |
"top", | |
"left", | |
"right", | |
"bottom", | |
"minWidth", | |
"maxWidth", | |
"minHeight", | |
"maxHeight", | |
"margin", | |
"marginVertical", | |
"marginHorizontal", | |
"marginTop", | |
"marginBottom", | |
"marginLeft", | |
"marginRight", | |
"padding", | |
"paddingVertical", | |
"paddingHorizontal", | |
"paddingTop", | |
"paddingBottom", | |
"paddingLeft", | |
"paddingRight", | |
"borderWidth", | |
"borderTopWidth", | |
"borderRightWidth", | |
"borderBottomWidth", | |
"borderLeftWidth", | |
"position", | |
"flexDirection", | |
"flexWrap", | |
"justifyContent", | |
"alignItems", | |
"alignSelf", | |
"alignContent", | |
"overflow", | |
"flex", | |
"flexGrow", | |
"flexShrink", | |
"flexBasis", | |
"aspectRatio", | |
"zIndex", | |
"direction", | |
"shadowColor", | |
"shadowOffset", | |
"shadowOpacity", | |
"shadowRadius", | |
"transform", | |
"transformMatrix", | |
"decomposedMatrix", | |
"scaleX", | |
"scaleY", | |
"rotation", | |
"translateX", | |
"translateY", | |
"resizeMode", | |
"backfaceVisibility", | |
"backgroundColor", | |
"borderColor", | |
"borderRadius", | |
"tintColor", | |
"opacity", | |
"overlayColor", | |
"borderTopLeftRadius", | |
"borderTopRightRadius", | |
"borderBottomLeftRadius", | |
"borderBottomRightRadius" | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment