Skip to content

Commit

Permalink
set pointerEvents to box-none
Browse files Browse the repository at this point in the history
  • Loading branch information
alduzy committed Oct 9, 2024
1 parent dbaa1eb commit a424975
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ScreenStackHeaderConfig.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export function ScreenStackHeaderConfig(
<ScreenStackHeaderConfigNativeComponent
{...props}
style={styles.headerConfig}
pointerEvents="box-none"
/>
);
}
Expand Down

0 comments on commit a424975

Please sign in to comment.