Skip to content

Commit f3e57c4

Browse files
committed
Fix bottomTabBarOptions (missing unit for partial options)
1 parent 2d3efd3 commit f3e57c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/BottomTabs.re

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ module Make = (M: {type params;}) => {
9999
~tabStyle: ReactNative.Style.t=?,
100100
~labelPosition: {. "deviceOrientation": string} => string=?,
101101
~adaptive: bool=?,
102-
~style: ReactNative.Style.t=?
102+
~style: ReactNative.Style.t=?,
103+
unit
103104
) =>
104105
bottomTabBarOptions =
105106
"";

0 commit comments

Comments
 (0)