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

Apply topBar appearance options on current child navigationItem #5994

Merged
merged 8 commits into from
Mar 4, 2020

Conversation

yogevbd
Copy link
Collaborator

@yogevbd yogevbd commented Mar 3, 2020

Closes #5968

lib/ios/TopBarAppearancePresenter.m Outdated Show resolved Hide resolved
@yogevbd yogevbd requested a review from guyca March 4, 2020 11:29
lib/ios/TopBarAppearancePresenter.m Outdated Show resolved Hide resolved
@guyca guyca merged commit 5210848 into master Mar 4, 2020
@guyca guyca deleted the fixTopBarAppearance branch March 4, 2020 12:35
stachu2k pushed a commit to stachu2k/react-native-navigation that referenced this pull request Apr 8, 2020
…5994)

This commit changes how stack child options are applied on iOS 13. Until now, options were applied directly to the navigationItem of the stack which is shared between all children.
This commit applies options on the navigationItem of each child instead. This fixes issues with color transitions when popping and pushing children to the stack.
stachu2k pushed a commit to stachu2k/react-native-navigation that referenced this pull request Apr 8, 2020
stachu2k pushed a commit to stachu2k/react-native-navigation that referenced this pull request Apr 8, 2020
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

Successfully merging this pull request may close these issues.

6.0 Regression, topbar animated has wrong colors and no opacity animation
2 participants