File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ module Make = (M: {type params;}) => {
176176
~screenOptions: optionsCallback=?,
177177
~children: React.element,
178178
~_lazy: bool=?,
179-
~tabBarComponent: React.component(Js.t(bottomTabBarProps))=?,
179+
~tabBar: React.component(Js.t(bottomTabBarProps))=?,
180180
~tabBarOptions: bottomTabBarOptions=?,
181181
unit
182182
) =>
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ module Make = (M: {type params;}) => {
189189
"route": route(M.params),
190190
})
191191
=?,
192-
~tabBarComponent: React.component(Js.t(materialTopTabBarProps))=?,
192+
~tabBar: React.component(Js.t(materialTopTabBarProps))=?,
193193
~tabBarOptions: materialTopTabBarOptions=?,
194194
~tabBarPosition: [@bs.string] [ | `top | `bottom]=?,
195195
unit

0 commit comments

Comments
 (0)