@@ -433,6 +433,10 @@ export interface OptionsBottomTab {
* Set the text in a badge that is overlayed over the component
*/
badge?: string;
+ /**
+ * Set the background color of the badge that is overlayed over the component
+ */
+ badgeColor?: string;
/**
* Set a testID to reference the tab in E2E tests