Skip to content

Commit c5dcf93

Browse files
feat: Updated the documentation for the badge text and background colors
1 parent 3f98bab commit c5dcf93

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/docs/docs/guides/usage-with-react-navigation.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,20 @@ Badge to show on the tab icon.
309309
To display a badge without text (just a dot), you need to pass a string with a space character (`" "`).
310310
:::
311311

312+
#### `tabBarBadgeBackgroundColor`
313+
314+
- Type: `string`
315+
316+
Set the background color for the badge on android.
317+
Uses the system color by default.
318+
319+
#### `tabBarBadgeTextColor`
320+
321+
- Type: `string`
322+
323+
Set the text color for the badge on android.
324+
Uses the system color by default.
325+
312326
#### `tabBarItemHidden`
313327

314328
Whether the tab bar item is hidden.

0 commit comments

Comments
 (0)