我需要在点击标题图片时浏览主页。该图像位于App.js文件中的堆栈导航器
下答案 0 :(得分:0)
将此代码放在您想让按钮返回的页面上
static navigationOptions = {
{navigation} = this.props
headerTitle: <YourTitleComponent/>,
headerRight: (
<YourClickableComponentWithTheImage
onPress={() => navigation.navigate('toTheScreenYouWant'}
/>
),
};
您也可以使用HeaderLeft,并将标题组件更改为简单的字符串