Skip to content

Commit 454aea7

Browse files
author
Edwin
committed
Don't block touches to the background
1 parent 80edfc1 commit 454aea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ var ModalBox = React.createClass({
438438

439439
var content = (
440440
<View style={[styles.transparent, styles.absolute]} pointerEvents={'box-none'}>
441-
<View style={{ flex: 1 }} onLayout={this.onContainerLayout}>
441+
<View style={{ flex: 1 }} pointerEvents={'box-none'} onLayout={this.onContainerLayout}>
442442
{visible && this.renderBackdrop()}
443443
{visible && this.renderContent()}
444444
</View>

0 commit comments

Comments
 (0)