Skip to content

Commit

Permalink
fix jsdoc of disablePageAnimations (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsdrssn authored Nov 11, 2024
1 parent 6058edd commit 2a5c6d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TabView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ interface Props<Route extends BaseRoute> {
*/
ignoresTopSafeArea?: boolean;
/**
* Whether to disable page animations between tabs. (iOS only) Defaults to `true`.
* Whether to disable page animations between tabs. (iOS only) Defaults to `false`.
*/
disablePageAnimations?: boolean;
/**
Expand Down

0 comments on commit 2a5c6d8

Please sign in to comment.