我在 React Native 应用程序中使用react-native-paper的 Appbar 组件。后退点击工作正常,但应用程序图标没有出现检查屏幕截图。请帮我 。
<Appbar.Header style={{ backgroundColor: '#fff' }}>
<Appbar.BackAction onPress={this._goBack} />
<Appbar.Content
title="Login" />
</Appbar.Header>
请帮助如何将其转换为后退按钮。我正在关注这篇文章https://callstack.github.io/react-native-paper/appbar-header.html