fix android examples that use touch

This commit is contained in:
Gaëtan Renaudeau 2017-04-30 22:18:28 +02:00
parent c5abfefe73
commit 6ee7045adb

View File

@ -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>
);