We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9b3e79 commit 246d25eCopy full SHA for 246d25e
src/BottomTabs.res
@@ -20,7 +20,11 @@ module TabBarBadge = {
20
21
@unboxed
22
type rec tabBarLabel = String(string) | Function(tabBarLabelArgs => React.element)
23
-and tabBarLabelArgs = {focused: bool, color: string}
+and tabBarLabelArgs = {
24
+ focused: bool,
25
+ color: string,
26
+ position: tabBarLabelPosition,
27
+}
28
29
type rec options = {
30
title?: string,
0 commit comments