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: -react-native-router-flux": "4.0.0-beta.24 -react-native": "0.51.0
backButtonTextStyle should change the size of the back button text.
The text size of the back button remains the same
Below code should be able to make the back button size to 30 but it doesn't.
<Scene key="root" headerMode={'screen'} backTitle=" " navBarButtonColor='white' titleStyle={{fontSize:20*global.constants.FONT_SCALE}} backButtonTextStyle={{fontSize:30}} >
The text was updated successfully, but these errors were encountered:
It looks like you're telling it to not show any text with backTitle=" " . Are you expecting the back arrow to resize?
Sorry, something went wrong.
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
No branches or pull requests
Version
Tell us which versions you are using:
-react-native-router-flux": "4.0.0-beta.24
-react-native": "0.51.0
Expected behaviour
backButtonTextStyle should change the size of the back button text.
Actual behaviour
The text size of the back button remains the same
Steps to reproduce
Below code should be able to make the back button size to 30 but it doesn't.
The text was updated successfully, but these errors were encountered: