wudebin пре 9 месеци
родитељ
комит
025b712061
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Strides-APP/index.js

+ 1 - 1
Strides-APP/index.js

@@ -63,7 +63,7 @@ class Index extends Component {
           }
           <ModalPortal/>
           { this.state.navBottom != undefined
-          ? <View style={{height: this.state.navBottom, backgroundColor: colorAccent}}></View>
+          ? <View style={{height: isIOS ? 0 : this.state.navBottom, backgroundColor: colorAccent}}></View>
           : <SafeAreaInsetsContext.Consumer>
               {insets => this.init(insets)}
             </SafeAreaInsetsContext.Consumer>