Skip to content

Commit

Permalink
removes statusBarTranslucent from baseModal
Browse files Browse the repository at this point in the history
  • Loading branch information
rdjuric committed Jul 8, 2021
1 parent ac0f038 commit 71d958b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Modal/BaseModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ class BaseModal extends PureComponent {
animationIn={this.props.animationIn || animationIn}
animationOut={this.props.animationOut || animationOut}
useNativeDriver={this.props.useNativeDriver}
statusBarTranslucent
hideModalContentWhileAnimating={this.props.hideModalContentWhileAnimating}
animationInTiming={this.props.animationInTiming}
animationOutTiming={this.props.animationOutTiming}
Expand Down

0 comments on commit 71d958b

Please sign in to comment.