Browse Source

update index.js

wudebin 9 tháng trước cách đây
mục cha
commit
025b712061
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>