我正在尝试向反应导航标题添加边框,但没有任何效果对我有用。
请注意,我使用的是版本 6。
以下是我迄今为止尝试过的选项:
options={{
headerShadowVisible: true,
shadowOffset: { height: 0, width: 0 },
shadowColor: 'red',
borderBottomColor: 'red',
borderBottomWidth: 4,
}}
Run Code Online (Sandbox Code Playgroud)
上述选项都不适合我。
我检查了文档,但找不到任何东西。