Skip to content

Commit

Permalink
Merge pull request #9210 from Tushu17/fix-status-bar
Browse files Browse the repository at this point in the history
Fix status bar color when a modal is open
  • Loading branch information
mountiny authored Jun 1, 2022
2 parents 14176c5 + de86dfc commit b38622d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Modal/BaseModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ class BaseModal extends PureComponent {
);
return (
<ReactNativeModal
statusBarTranslucent
onBackdropPress={(e) => {
if (e && e.type === 'keydown' && e.key === 'Enter') {
return;
Expand Down

0 comments on commit b38622d

Please sign in to comment.