Skip to content

Commit

Permalink
fix: fix pointerEvents in ResourceSavingScene
Browse files Browse the repository at this point in the history
fixes #9241, fixes #9242
  • Loading branch information
satya164 committed Jan 29, 2021
1 parent 52dbe4b commit af53dd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/bottom-tabs/src/views/ResourceSavingScene.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default function ResourceSavingScene({
}

return (
<View style={[styles.container, style]}>
<View style={[styles.container, style]} pointerEvents="box-none">
<View
collapsable={false}
removeClippedSubviews={
Expand Down
2 changes: 1 addition & 1 deletion packages/drawer/src/views/ResourceSavingScene.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default function ResourceSavingScene({
}

return (
<View style={[styles.container, style]}>
<View style={[styles.container, style]} pointerEvents="box-none">
<View
collapsable={false}
removeClippedSubviews={
Expand Down

0 comments on commit af53dd6

Please sign in to comment.