-
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
BackTitle dont work Android #2675
Comments
Where do you implement this? Show your exact code please @remch1990 because it's difficult to help you there |
with the Example code backTitle don't works on Android, this with the last update RNRF, with version 22 it works.
|
?? |
@Blapi could you look on this android issue? |
Ok so after investigated on this, the point is that on NavBar.js
When you don't pass a backButtonImage, it should return this Component from react-navigation but this component is returning an Image with the back-arrow, so the backTitle is ignored. So 2 solutions, either we implement an other Component which will be an other HeaderBackButton with the result we wish (requiring a PR), or either passing a fake path as backButtonImage, so the backTitle will be displayed but with a warning (quick crappy fix). |
Version
Tell us which versions you are using:
"react-native-router-flux": "^4.0.0-beta.24",
"react-native": "^0.48.3",
backTitle={'back'}
Dont show nothing on Android
The text was updated successfully, but these errors were encountered: