Skip to content
New issue

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

Back Icon Does Not Display On Android #3090

Closed
thecodecafe opened this issue Jun 19, 2018 · 1 comment
Closed

Back Icon Does Not Display On Android #3090

thecodecafe opened this issue Jun 19, 2018 · 1 comment

Comments

@thecodecafe
Copy link

Version

Tell us which versions you are using:

  • react-native-router-flux v3.43.0
  • react-native v0.55.4

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.

<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.
:(

@aksonov
Copy link
Owner

aksonov commented Aug 8, 2018

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

@aksonov aksonov closed this as completed Aug 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants