目前我正在尝试在 react-native-router-flux 导航栏中实现一个标志,它是一个 png 文件。我不确定这是否可能,因为我没有在网上找到任何示例。我尝试使用 react-native-router-flux 中的 'navigationBarBackgroundImage' 属性。在下面的代码中,sceneStyle 和 navigationBarStyle 属性有效,但背景图像无效。有什么建议吗?
<Router
sceneStyle={{ paddingTop: 60 }}
navigationBarStyle={{ backgroundColor: '#80ffbf' }}
navigationBarBackgroundImage={{src:'./Resources/GiftIt_Logo_Green.png' }}
>