react-native css属性

来源:互联网 发布:网络每4分钟断一次 编辑:程序博客网 时间:2024/05/16 02:36

react-native的CSS和标准的浏览器css有很多不同之处,下面是react-native支持的样式

Valid style props: [  "alignItems",  "alignSelf",  "backfaceVisibility",  "backgroundColor",  "borderBottomColor",  "borderBottomLeftRadius",  "borderBottomRightRadius",  "borderBottomWidth",  "borderColor",  "borderLeftColor",  "borderLeftWidth",  "borderRadius",  "borderRightColor",  "borderRightWidth",  "borderStyle",  "borderTopColor",  "borderTopLeftRadius",  "borderTopRightRadius",  "borderTopWidth",  "borderWidth",  "bottom",  "color",  "elevation",  "flex",  "flexDirection",  "flexWrap",  "fontFamily",  "fontSize",  "fontStyle",  "fontWeight",  "height",  "justifyContent",  "left",  "letterSpacing",  "lineHeight",  "margin",  "marginBottom",  "marginHorizontal",  "marginLeft",  "marginRight",  "marginTop",  "marginVertical",  "maxHeight",  "maxWidth",  "minHeight",  "minWidth",  "opacity",  "overflow",  "padding",  "paddingBottom",  "paddingHorizontal",  "paddingLeft",  "paddingRight",  "paddingTop",  "paddingVertical",  "position",  "resizeMode",  "right",  "rotation",  "scaleX",  "scaleY",  "shadowColor",  "shadowOffset",  "shadowOpacity",  "shadowRadius",  "textAlign",  "textDecorationColor",  "textDecorationLine",  "textDecorationStyle",  "tintColor",  "top",  "transform",  "transformMatrix",  "translateX",  "translateY",  "width",  "writingDirection"  ]
0 0
原创粉丝点击