【问题标题】:React Native: Removing the bottom border from NavigatorIOSReact Native:从 NavigatorIOS 中移除底部边框 【发布时间】:2017-12-05 10:48:25 【问题描述】: 我有一个NavigatorIOS,它在底部绘制了一个灰色边框,我无法删除它,也无法更改它的颜色。 我怎样才能删除它?我的 React Native 版本是 0.44.0。 【问题讨论】: 标签: ios reactjs react-native react-navigation navigator-ios 【解决方案1】: 将NavigatorIOS 中的属性shadowHidden 设置为true。 See docs 【讨论】: