菜鸟教程小白 发表于 2022-12-12 18:21:36

ios - Ex-Navigator (ExponentJS) 中的导航栏格式


                                            <p><p>我正在尝试在 React Native 中格式化 ExponentJS Ex-Navigator 的底部边框。在我的一生中,我无法弄清楚如何隐藏 NavigationBar 的底部边框。</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><h2>无需覆盖库中的硬编码样式</h2>

<p>您可以在 <code>ExNavigator</code> 组件中应用样式,如下所示:</p>

<pre><code>&lt;ExNavigator
navigationBarStyle={{ borderBottomColor: &#39;transparent&#39; }}
...
/&gt;
</code></pre>

<p>你也可以在这里设置<code>backgroundColor</code>和<code>borderBottomWidth</code>。</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - Ex-Navigator (ExponentJS) 中的导航栏格式,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/35097471/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/35097471/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - Ex-Navigator (ExponentJS) 中的导航栏格式