Skip to content

Commit 246d25e

Browse files
committed
BottomTabs - add tabBarLabel.position arg
1 parent a9b3e79 commit 246d25e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/BottomTabs.res

+5-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@ module TabBarBadge = {
2020

2121
@unboxed
2222
type rec tabBarLabel = String(string) | Function(tabBarLabelArgs => React.element)
23-
and tabBarLabelArgs = {focused: bool, color: string}
23+
and tabBarLabelArgs = {
24+
focused: bool,
25+
color: string,
26+
position: tabBarLabelPosition,
27+
}
2428

2529
type rec options = {
2630
title?: string,

0 commit comments

Comments
 (0)