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

Add listeners to navigation (as part of react-navigation 1.0.0 breaking changes) #3032

Conversation

daviscabral
Copy link
Collaborator

@daviscabral daviscabral commented May 13, 2018

After trying to work in a fix for a very old issue related to a misaligned title in the NavBar - I really got bothered that I couldn't run the Example project - and also even use the most recent project.

After a few hours digging in the code - noticed the missing listener in the navigation props. It still might have some bad side effects - since I am only forwarding the existent method to it.

This PR might be the fix for #2897, #3006, #2976, #2865 and #3008.

EDIT: Also a few major/minor version updates of some packages (npm is still whining about lots of security issues - npm audit to get a better report about it).

@daviscabral daviscabral changed the title [#2865] Add listeners to navigation (as part of react-navigation 1.0.0 breaking changes) Add listeners to navigation (as part of react-navigation 1.0.0 breaking changes) May 13, 2018
@aksonov
Copy link
Owner

aksonov commented May 14, 2018

Looks great!

Copy link
Owner

@aksonov aksonov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@aksonov aksonov merged commit bcd04ba into aksonov:master May 14, 2018
@daviscabral daviscabral deleted the 2865/dc/addListener-issue-with-react-navigation branch May 14, 2018 08:35
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.

2 participants