We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tell us which versions you are using:
The back icon for the navbar does not show on android.
The back icon does not display when i navigate to a new screen on android, but does in iOS
Below is what the scene looks like.
<Scene key='Login' component={LoginScreen} hideNavBar={true} hideTabBar={true} backButtonImage={backIcon.icon} leftButtonIconStyle={[Styles.navbar.imageIcon, Styles.navbar.back]} navigationBarStyle={Styles.navbar.container}/>
It's quite sad I've come so far into the project i'm in only to realise so many problems with this package. :(
The text was updated successfully, but these errors were encountered:
Please try to reproduce it with Example project and latest version 4.0.0-beta.40. Feel free to open if the issue still exists
Sorry, something went wrong.
No branches or pull requests
Version
Tell us which versions you are using:
Expected behaviour
The back icon for the navbar does not show on android.
Actual behaviour
The back icon does not display when i navigate to a new screen on android, but does in iOS
Steps to reproduce
Below is what the scene looks like.
It's quite sad I've come so far into the project i'm in only to realise so many problems with this package.
:(
The text was updated successfully, but these errors were encountered: