From e5db60c5e5c5029602f7fb61785d4fa0e54eb7e7 Mon Sep 17 00:00:00 2001 From: Dmitry Kravtsov Date: Mon, 18 Jul 2022 10:00:31 +0300 Subject: [PATCH] Fix passing scrollEnable into scroll components --- .../react-native-head-tab-view/createCollapsibleScrollView.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/Example/react-native-head-tab-view/createCollapsibleScrollView.tsx b/Example/react-native-head-tab-view/createCollapsibleScrollView.tsx index 9ceedc6..3e6bc85 100644 --- a/Example/react-native-head-tab-view/createCollapsibleScrollView.tsx +++ b/Example/react-native-head-tab-view/createCollapsibleScrollView.tsx @@ -34,7 +34,6 @@ const SceneComponent: React.FC = ( { index, bounces, - scrollEnabled = true, forwardedRef, onScroll, onStartRefresh,