소스 검색

BottomTab icon is no longer required on Android since v6.0.0

Guy Carmeli 4 년 전
부모
커밋
aec0766098
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0
    1
      lib/src/interfaces/Options.ts

+ 0
- 1
lib/src/interfaces/Options.ts 파일 보기

@@ -669,7 +669,6 @@ export interface OptionsBottomTab {
669 669
   testID?: string;
670 670
   /**
671 671
    * Set the tab icon
672
-   * Note: On Android `icon` is required
673 672
    */
674 673
   icon?: ImageRequireSource | ImageResource;
675 674
   /**