Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit acbb2ce

Browse files
Add initialLayout prop to MaterialTopTabs Navigator
1 parent f1aeb7c commit acbb2ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎src/MaterialTopTabs.res‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ module Make = (
154154
swipeVelocityImpact: option<float>,
155155
sceneContainerStyle: option<ReactNative.Style.t>,
156156
style: option<ReactNative.Style.t>,
157+
initialLayout: option<layout>,
157158
}
158159

159160
type renderCallbackProp = {
@@ -231,6 +232,7 @@ module Make = (
231232
~swipeVelocityImpact: float=?,
232233
~sceneContainerStyle: ReactNative.Style.t=?,
233234
~style: ReactNative.Style.t=?,
235+
~initialLayout: layout=?,
234236
~key: string=?,
235237
unit,
236238
) => navigatorProps = ""

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /