Skip to content

Commit 2a5c6d8

Browse files
authored
fix jsdoc of disablePageAnimations (#139)
1 parent 6058edd commit 2a5c6d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TabView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ interface Props<Route extends BaseRoute> {
3939
*/
4040
ignoresTopSafeArea?: boolean;
4141
/**
42-
* Whether to disable page animations between tabs. (iOS only) Defaults to `true`.
42+
* Whether to disable page animations between tabs. (iOS only) Defaults to `false`.
4343
*/
4444
disablePageAnimations?: boolean;
4545
/**

0 commit comments

Comments
 (0)