mirror of
https://github.com/gre/gl-react.git
synced 2026-01-25 16:43:36 +00:00
fix android examples that use touch
This commit is contained in:
parent
c5abfefe73
commit
6ee7045adb
@ -65,7 +65,7 @@ export default (
|
||||
};
|
||||
render() {
|
||||
return (
|
||||
<View ref="root" {...this.panResponder.panHandlers}>
|
||||
<View ref="root" collapsable={false} {...this.panResponder.panHandlers}>
|
||||
<Comp {...this.props} {...this.state} />
|
||||
</View>
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user