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 button resizing #2869

Closed
rohitgoyal opened this issue Feb 8, 2018 · 2 comments
Closed

Back button resizing #2869

rohitgoyal opened this issue Feb 8, 2018 · 2 comments

Comments

@rohitgoyal
Copy link

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.

<Scene key="root" headerMode={'screen'} backTitle=" "
        navBarButtonColor='white'
        titleStyle={{fontSize:20*global.constants.FONT_SCALE}}
        backButtonTextStyle={{fontSize:30}}
      >
@tmaly1980
Copy link

It looks like you're telling it to not show any text with backTitle=" " . Are you expecting the back arrow to resize?

@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

3 participants