瀏覽代碼

update index.js

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>