Skip to content

Commit

Permalink
Remove pointer events from container filling scroll views as it seems…
Browse files Browse the repository at this point in the history
… that this breaks Android.
  • Loading branch information
jameswilddev committed Sep 12, 2022
1 parent 93062c1 commit 3e34b0b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export const ContainerFillingScrollView: React.FunctionComponent<
ScrollViewProps
> = (props) => (
<ScrollView
pointerEvents="box-none"
style={styles.scrollView}
contentContainerStyle={styles.scrollViewContentContainer}
keyboardShouldPersistTaps="handled"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ test(`renders as expected`, () => {
decelerationRate="fast"
style={{ width: `100%`, height: `100%` }}
contentContainerStyle={{ flexGrow: 1 }}
pointerEvents="box-none"
keyboardShouldPersistTaps="handled"
>
<Text>Test Content</Text>
Expand Down

0 comments on commit 3e34b0b

Please sign in to comment.