소스 검색

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,6 +57,7 @@ export interface OptionsLayout {
57 57
   backgroundColor?: Color;
58 58
   /**
59 59
    * Set background color only for components, helps reduce overdraw if background color is set in default options.
60
+   * #### (Android specific)
60 61
    */
61 62
   componentBackgroundColor?: Color;
62 63
   /**