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 f1aeb7c commit acbb2ceCopy full SHA for acbb2ce
src/MaterialTopTabs.res
@@ -154,6 +154,7 @@ module Make = (
154
swipeVelocityImpact: option<float>,
155
sceneContainerStyle: option<ReactNative.Style.t>,
156
style: option<ReactNative.Style.t>,
157
+ initialLayout: option<layout>,
158
}
159
160
type renderCallbackProp = {
@@ -231,6 +232,7 @@ module Make = (
231
232
~swipeVelocityImpact: float=?,
233
~sceneContainerStyle: ReactNative.Style.t=?,
234
~style: ReactNative.Style.t=?,
235
+ ~initialLayout: layout=?,
236
~key: string=?,
237
unit,
238
) => navigatorProps = ""
0 commit comments