From 3e34b0b77dcbddf90068a812c9f72af171709e17 Mon Sep 17 00:00:00 2001 From: jameswilddev Date: Mon, 12 Sep 2022 10:49:59 +0100 Subject: [PATCH] Remove pointer events from container filling scroll views as it seems that this breaks Android. --- react-native/components/ContainerFillingScrollView/index.tsx | 1 - react-native/components/ContainerFillingScrollView/unit.tsx | 1 - 2 files changed, 2 deletions(-) diff --git a/react-native/components/ContainerFillingScrollView/index.tsx b/react-native/components/ContainerFillingScrollView/index.tsx index 12fb79b9..0b1556ef 100644 --- a/react-native/components/ContainerFillingScrollView/index.tsx +++ b/react-native/components/ContainerFillingScrollView/index.tsx @@ -18,7 +18,6 @@ export const ContainerFillingScrollView: React.FunctionComponent< ScrollViewProps > = (props) => ( { decelerationRate="fast" style={{ width: `100%`, height: `100%` }} contentContainerStyle={{ flexGrow: 1 }} - pointerEvents="box-none" keyboardShouldPersistTaps="handled" > Test Content