From 2a5c6d8e6c7ea6b3f6d132f06d4081b2aa7ce4c6 Mon Sep 17 00:00:00 2001 From: Jonas Derissen <38811596+jnsdrssn@users.noreply.github.com> Date: Mon, 11 Nov 2024 19:24:47 +0100 Subject: [PATCH] fix jsdoc of disablePageAnimations (#139) --- src/TabView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TabView.tsx b/src/TabView.tsx index be888ba..c6d7bf0 100644 --- a/src/TabView.tsx +++ b/src/TabView.tsx @@ -39,7 +39,7 @@ interface Props { */ 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; /**