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

V4: top bar title color is not reverting back when pop screen #5900

Closed
blueberry6401 opened this issue Feb 4, 2020 · 0 comments · Fixed by #5910
Closed

V4: top bar title color is not reverting back when pop screen #5900

blueberry6401 opened this issue Feb 4, 2020 · 0 comments · Fixed by #5910

Comments

@blueberry6401
Copy link

Issue Description

On pushed screen:

static options() {
    return {
      topBar: {
        title: {
          text: 'Pushed Screen',
          color: 'red',
        },
      }
    };
  }

ezgif-3-1a601cf902e8
After pop, the top bar title color should back to black.

Environment

  • React Native Navigation version: 4.7.1
  • React Native version: 0.61.5
  • Platform(s) (iOS, Android, or both?): iOS
  • Device info (Simulator/Device? OS version? Debug/Release?): iOS 13.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants