瀏覽代碼

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

Guy Carmeli 5 年之前
父節點
當前提交
aec0766098
共有 1 個檔案被更改,包括 0 行新增1 行删除
  1. 0
    1
      lib/src/interfaces/Options.ts

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

669
   testID?: string;
669
   testID?: string;
670
   /**
670
   /**
671
    * Set the tab icon
671
    * Set the tab icon
672
-   * Note: On Android `icon` is required
673
    */
672
    */
674
   icon?: ImageRequireSource | ImageResource;
673
   icon?: ImageRequireSource | ImageResource;
675
   /**
674
   /**