We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93062c1 commit 3e34b0bCopy full SHA for 3e34b0b
react-native/components/ContainerFillingScrollView/index.tsx
@@ -18,7 +18,6 @@ export const ContainerFillingScrollView: React.FunctionComponent<
18
ScrollViewProps
19
> = (props) => (
20
<ScrollView
21
- pointerEvents="box-none"
22
style={styles.scrollView}
23
contentContainerStyle={styles.scrollViewContentContainer}
24
keyboardShouldPersistTaps="handled"
react-native/components/ContainerFillingScrollView/unit.tsx
@@ -16,7 +16,6 @@ test(`renders as expected`, () => {
16
decelerationRate="fast"
17
style={{ width: `100%`, height: `100%` }}
contentContainerStyle={{ flexGrow: 1 }}
>
<Text>Test Content</Text>
0 commit comments