react-native 支持的样式表 不支持多值属性

支持的

https://reactnative.dev/docs/layout-props

  1. 所支持样式如下:
  2. Valid style props: [
  3. "alignItems",
  4. "alignSelf",
  5. "backfaceVisibility",
  6. "backgroundColor",
  7. "borderBottomColor",
  8. "borderBottomLeftRadius",
  9. "borderBottomRightRadius",
  10. "borderBottomWidth",
  11. "borderColor",
  12. "borderLeftColor",
  13. "borderLeftWidth",
  14. "borderRadius",
  15. "borderRightColor",
  16. "borderRightWidth",
  17. "borderStyle",
  18. "borderTopColor",
  19. "borderTopLeftRadius",
  20. "borderTopRightRadius",
  21. "borderTopWidth",
  22. "borderWidth",
  23. "bottom",
  24. "color",
  25. "elevation",
  26. "flex",
  27. "flexDirection",
  28. "flexWrap",
  29. "fontFamily",
  30. "fontSize",
  31. "fontStyle",
  32. "fontWeight",
  33. "height",
  34. "justifyContent",
  35. "left",
  36. "letterSpacing",
  37. "lineHeight",
  38. "margin",
  39. "marginBottom",
  40. "marginHorizontal",
  41. "marginLeft",
  42. "marginRight",
  43. "marginTop",
  44. "marginVertical",
  45. "maxHeight",
  46. "maxWidth",
  47. "minHeight",
  48. "minWidth",
  49. "opacity",
  50. "overflow",
  51. "padding",
  52. "paddingBottom",
  53. "paddingHorizontal",
  54. "paddingLeft",
  55. "paddingRight",
  56. "paddingTop",
  57. "paddingVertical",
  58. "position",
  59. "resizeMode",
  60. "right",
  61. "rotation",
  62. "scaleX",
  63. "scaleY",
  64. "shadowColor",
  65. "shadowOffset",
  66. "shadowOpacity",
  67. "shadowRadius",
  68. "textAlign",
  69. "textDecorationColor",
  70. "textDecorationLine",
  71. "textDecorationStyle",
  72. "tintColor",
  73. "top",
  74. "transform",
  75. "transformMatrix",
  76. "translateX",
  77. "translateY",
  78. "width",
  79. "writingDirection"
  80. ]