Просмотр исходного кода

Update componentBackgroundColor documentation

Guy Carmeli 4 лет назад
Родитель
Сommit
2d86dbee9a
1 измененных файлов: 2 добавлений и 2 удалений
  1. 2
    2
      website/api/options-layout.mdx

+ 2
- 2
website/api/options-layout.mdx Просмотреть файл

@@ -26,11 +26,11 @@ Set the screen background color.
26 26
 
27 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 31
 | Type  | Required | Platform |
32 32
 | ----- | -------- | -------- |
33
-| Color | No       | Android  |
33
+| Color | No       | Both     |
34 34
 
35 35
 ### `orientation`
36 36