We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 471d7f1 + cbd6f96 commit a24b903Copy full SHA for a24b903
src/TriggeringView.js
@@ -61,6 +61,7 @@ class TriggeringView extends Component {
61
return (
62
<View
63
ref={(view) => { this.containerView = view; }}
64
+ collapsable={false}
65
{...viewProps}
66
>
67
{ this.props.children }
0 commit comments