Quellcode durchsuchen

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

Guy Carmeli vor 5 Jahren
Ursprung
Commit
aec0766098
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  1. 0
    1
      lib/src/interfaces/Options.ts

+ 0
- 1
lib/src/interfaces/Options.ts Datei anzeigen

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
   /**