-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Static leftButtonImage not working #2883
Comments
Having same problem, same versions |
leftButtonImage shouldn't be a function... |
It's irrelevant if it's a function, tried all ways possible
This does not:
|
@delia-m fyi: https://github.com/aksonov/react-native-router-flux/blob/master/src/NavBar.js#L79 is the reason why |
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 |
Version
Tell us which versions you are using:
Expected behaviour
works as expected
Actual behaviour
Not working
Steps to fix
https://github.com/aksonov/react-native-router-flux/blob/master/src/navigationStore.js#L191
this check does not take
componentData
into the account, so either it should be removed to work asonRight
portion, or expandedWorkaround
in the
<Scene/>
declarationThe text was updated successfully, but these errors were encountered: