Преглед на файлове

Fix BottomTab options types

Though icon is required on Android when declaring tabs, it's optional when calling mergeOptions to update tabs.
Guy Carmeli преди 5 години
родител
ревизия
d8c34c3910
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2
    1
      lib/src/interfaces/Options.ts

+ 2
- 1
lib/src/interfaces/Options.ts Целия файл

@@ -570,8 +570,9 @@ export interface OptionsBottomTab {
570 570
   testID?: string;
571 571
   /**
572 572
    * Set the tab icon
573
+   * Note: On Android `icon` is required
573 574
    */
574
-  icon: ImageRequireSource;
575
+  icon?: ImageRequireSource;
575 576
   /**
576 577
    * Set the icon tint
577 578
    */