浏览代码

Update componentBackgroundColor documentation

Guy Carmeli 5 年前
父节点
当前提交
2d86dbee9a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      website/api/options-layout.mdx

+ 2
- 2
website/api/options-layout.mdx 查看文件

26
 
26
 
27
 ### `componentBackgroundColor`
27
 ### `componentBackgroundColor`
28
 
28
 
29
-Set background color only for components, helps reduce overdraw if background color is set in default options.
29
+Set background color only for components. On Android, using this option instead of `backgroundColor` helps reduce overdraw.
30
 
30
 
31
 | Type  | Required | Platform |
31
 | Type  | Required | Platform |
32
 | ----- | -------- | -------- |
32
 | ----- | -------- | -------- |
33
-| Color | No       | Android  |
33
+| Color | No       | Both     |
34
 
34
 
35
 ### `orientation`
35
 ### `orientation`
36
 
36