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 227b5ed commit 425b950Copy full SHA for 425b950
2 files changed
src/BottomTabs.re
@@ -176,7 +176,7 @@ module Make = (M: {type params;}) => {
176
~screenOptions: optionsCallback=?,
177
~children: React.element,
178
~_lazy: bool=?,
179
- ~tabBarComponent: React.component(Js.t(bottomTabBarProps))=?,
+ ~tabBar: React.component(Js.t(bottomTabBarProps))=?,
180
~tabBarOptions: bottomTabBarOptions=?,
181
unit
182
) =>
src/MaterialTopTabs.re
@@ -189,7 +189,7 @@ module Make = (M: {type params;}) => {
189
"route": route(M.params),
190
})
191
=?,
192
- ~tabBarComponent: React.component(Js.t(materialTopTabBarProps))=?,
+ ~tabBar: React.component(Js.t(materialTopTabBarProps))=?,
193
~tabBarOptions: materialTopTabBarOptions=?,
194
~tabBarPosition: [@bs.string] [ | `top | `bottom]=?,
195
0 commit comments