目前我正在尝试在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' }}
>
Run Code Online (Sandbox Code Playgroud)