react-native支持哪些style样式?


 

    1. ReactNative中能使用的css样式有哪些呢
      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",

        "opacity",

        "overflow",

        "overlayColor",

        "padding",

        "paddingBottom",

        "paddingHorizontal",

        "paddingLeft",

        "paddingRight",

        "paddingTop",

        "paddingVertical",

        "position",

        "resizeMode",

        "right",

        "rotation",

        "scaleX",

        "scaleY",

        "shadowColor",

        "shadowOffset",

        "shadowOpacity",

        "shadowRadius",

        "textAlign",

        "textAlignVertical",

        "textDecorationColor",

        "textDecorationLine",

        "textDecorationStyle",

        "textShadowColor",

        "textShadowOffset",

        "textShadowRadius",

        "tintColor",

        "top",

        "transform",

        "transformMatrix",

        "translateX",

        "translateY",

        "width",

        "writingDirection"]

    2. style使用内连方式 style={{flex:1,borderColor:'red'}}
    3. style包裹使用style={[styles.style1,styles.style2]}
    4. 同时包裹样式和内连style={[styles.style1,{flex:1,borderWidth:1}]}


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM