Revert "fix: allow HeaderBackground's subViews to be touchable" (#8316)

This commit is contained in:
Satyajit Sahoo
2020-05-23 18:22:35 +02:00
committed by GitHub
parent c1e46f8e33
commit df3544d9b4

View File

@@ -312,7 +312,7 @@ export default class HeaderSegment extends React.Component<Props, State> {
return (
<React.Fragment>
<Animated.View
pointerEvents="box-none"
pointerEvents="none"
style={[StyleSheet.absoluteFill, backgroundStyle]}
>
{headerBackground ? (