浏览代码

Mention that componentBackgroundColor is Android specific

Guy Carmeli 6 年前
父节点
当前提交
abca82fc18
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      lib/src/interfaces/Options.ts

+ 1
- 0
lib/src/interfaces/Options.ts 查看文件

57
   backgroundColor?: Color;
57
   backgroundColor?: Color;
58
   /**
58
   /**
59
    * Set background color only for components, helps reduce overdraw if background color is set in default options.
59
    * Set background color only for components, helps reduce overdraw if background color is set in default options.
60
+   * #### (Android specific)
60
    */
61
    */
61
   componentBackgroundColor?: Color;
62
   componentBackgroundColor?: Color;
62
   /**
63
   /**