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

Setting init to true on a Scene component doesn't remove back button #2907

Closed
tkalejaiye opened this issue Feb 27, 2018 · 4 comments
Closed

Comments

@tkalejaiye
Copy link

Version

Tell us which versions you are using:

  • react-native-router-flux v4.0.0-beta.28
  • react-native v0.53.3

Expected behaviour

Setting init={true} should remove back button from header on a scene

Actual behaviour

Setting init={true} doesn't remove back button but setting init={false} does

Steps to reproduce

For non-obvious bugs, please fork this component, modify Example project to reproduce your issue and include link here.

  1. Create a scene and set init to true
@tkalejaiye
Copy link
Author

Would appear setting to false didn't resolve the issue either actually. Using left={null} to get around the issue now

@asciifaceman
Copy link
Contributor

Hmm, out of curiosity, if it isn't too inconvenient, and you feel up to it, could you see if you can reproduce on ^4.0.0-beta.22? It's purely for my own curiosity, since thats the last version I've been able to use without weirdness.

@imMayankRaj
Copy link

The issue still persists in ^4.0.0-beta.31. As mentioned by @tkalejaiye doing left={null} is the workaround.

@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

4 participants