Skip to content

Commit

Permalink
Merge pull request #47 from danielgindi/patch-1
Browse files Browse the repository at this point in the history
Avoid stealing touches from other native modals.
  • Loading branch information
sunnylqm authored Aug 30, 2019
2 parents 8ada736 + dcfb3f3 commit 7cd2e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if (!global.__rootSiblingsInjected) {
AppRegistry.setWrapperComponentProvider(function() {
return function RootSiblingsWrapper(props) {
return (
<View style={styles.container}>
<View style={styles.container} pointerEvents="box-none">
{props.children}
<RootSiblings />
</View>
Expand Down

0 comments on commit 7cd2e09

Please sign in to comment.