Explorar el Código

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

Guy Carmeli hace 4 años
padre
commit
aec0766098
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0
    1
      lib/src/interfaces/Options.ts

+ 0
- 1
lib/src/interfaces/Options.ts Ver fichero

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