File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments