天天看點

React Native有效的樣式屬性(valid style props)記錄

記錄React Native有效的樣式屬性

Valid style props:[
        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,
    ]
           

繼續閱讀