美文网首页
React native props

React native props

作者: 万能的JS | 来源:发表于2018-12-03 20:26 被阅读0次

    Image Style Props

    • borderTopRightRadius
    • backfaceVisibility
    • borderBottomLeftRadius
    • borderBottomRightRadius
    • borderColor
    • borderRadius
    • borderTopLeftRadius
    • backgroundColor
    • borderWidth
    • opacity
    • overflow
    • resizeMode
    • tintColor
    • overlayColor

    Layout Props

    • alignContent
    • alignItems
    • alignSelf
    • aspecRatio
    • borderBottomWidth
    • borderEndWidth
    • borderLeftWidth
    • borderStartWidth
    • borderTopWidth
    • borderWidth
    • bottom
    • direction
    • dispaly
    • end
    • flex
    • flexBasis
    • flexDirection
    • flexGrow
    • flexShrink
    • flexWrap
    • height
    • justifyContent
    • left
    • margin
    • marginBottom
    • marginEnd
    • marginHorizontal
    • marginLeft
    • marginRight
    • marginStart
    • marginTop
    • marginVertical
    • maxHeight
    • maxWidth
    • minHeight
    • minWidth
    • overflow
    • padding
    • paddingBottom
    • paddingEnd
    • paddingHorizontal
    • paddingLeft
    • paddingRight
    • paddingStart
    • paddingTop
    • paddingVertical
    • position
    • right
    • start
    • top
    • width
    • zIndex

    Shadow Props

    • shadowColor
    • shadowOffset
    • shadowOpacity
    • shadowRadius

    Text Style Props

    • textShadowOffset
    • color
    • fontSize
    • fontWeight
    • lineHeight
    • textAlign
    • textDecorationLine
    • textShadowColor
    • fontFamily
    • textShadowRadius
    • includeFontPadding
    • textAlignVertical
    • fontVariant
    • letterSpacing
    • textDecorationColor
    • textDecorationStyle
    • textTransform
    • writingDirection

    View Style Props

    • borderRightColor
    • backfaceVisibility
    • borderBottomColor
    • borderBottomEndRadius
    • borderBottomLeftRadius
    • borderBottomRightRadius
    • borderBottomStartRadius
    • borderBottomWidth
    • borderColor
    • borderEndColor
    • borderLeftColor
    • borderLeftWidth
    • borderRadius
    • backgroundColor
    • borderRightWidth
    • borderStartColor
    • borderStyle
    • borderTopColor
    • borderTopEndRadius
    • borderTopLeftRadius
    • borderTopRightRadius
    • borderTopStartRadius
    • borderTopWidth
    • opacity
    • elevation

    相关文章

      网友评论

          本文标题:React native props

          本文链接:https://www.haomeiwen.com/subject/znuucqtx.html