I'm using Appbar component of react-native-paper in React Native app. back click is working fine but app icon is not coming check screenshot. Please help me .
<Appbar.Header style={{ backgroundColor: '#fff' }}>
<Appbar.BackAction onPress={this._goBack} />
<Appbar.Content
title="Login" />
</Appbar.Header>
Please help how can convert it in back button. I'm following this artilce https://callstack.github.io/react-native-paper/appbar-header.html
