diff --git a/index.js b/index.js index a7244cc..24b3dec 100644 --- a/index.js +++ b/index.js @@ -307,12 +307,11 @@ class RNParallax extends Component { style={[ styles.bar, { - height: this.getHeaderMinHeight(), - opacity: navBarOpacity, + height: this.getHeaderMinHeight() }, ]} > - {renderNavBar()} + {renderNavBar(navBarOpacity)} ); }