mirror of
https://github.com/status-im/react-native.git
synced 2025-01-14 11:34:23 +00:00
Revert D4385443: [RCT/AppContainer] Don't capture touches
Differential Revision: D4385443 fbshipit-source-id: 87f4c0a19ddf02fb02472de91000cfc5c93bcb52
This commit is contained in:
parent
c31f44814c
commit
3b5f04b002
@ -89,9 +89,8 @@ class AppContainer extends React.Component {
|
||||
}
|
||||
|
||||
return (
|
||||
<View style={styles.appContainer} pointerEvents="box-none">
|
||||
<View style={styles.appContainer}>
|
||||
<View
|
||||
pointerEvents="box-none"
|
||||
collapsable={!this.state.inspector}
|
||||
key={this.state.mainKey}
|
||||
style={styles.appContainer} ref={(ref) => {this._mainRef = ref;}}>
|
||||
|
Loading…
x
Reference in New Issue
Block a user