Fix Android Navbar tap events (#4074)

This commit is contained in:
Elias Nahum 2020-03-24 20:24:29 -03:00 committed by GitHub
parent 52053d768a
commit 54c6d98683
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -394,7 +394,10 @@ export default class NetworkIndicator extends PureComponent {
}
return (
<Animated.View style={[styles.container, {top: this.top, backgroundColor: background, opacity: this.state.opacity}]}>
<Animated.View
pointerEvents='none'
style={[styles.container, {top: this.top, backgroundColor: background, opacity: this.state.opacity}]}
>
<Animated.View style={styles.wrapper}>
<FormattedText
defaultMessage={defaultMessage}