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

evaluating addListner #3008

Closed
Pitty91 opened this issue Apr 23, 2018 · 3 comments
Closed

evaluating addListner #3008

Pitty91 opened this issue Apr 23, 2018 · 3 comments

Comments

@Pitty91
Copy link

Pitty91 commented Apr 23, 2018

Version

4.0.0-beta.30

  • react-native-router-flux 4.0.0-beta.27
  • react-native 0.55.3

I am facing the issue #2808
so I upgraded my router-flux version from 0.27 to 0.30

now facing the issue #2865 is there any proper documentation for this issues

screenshot_1524466591

@alexgas
Copy link

alexgas commented Apr 23, 2018

Try to remove the dependency and add it again.

yarn remove react-native-router-flux || npm remove react-native-router-flux

yarn add react-native-router-flux || npm install react-native-router-flux

It works for me.

@LeviWilliams
Copy link

LeviWilliams commented Apr 23, 2018

I've been having this issue every since I updated react native as well. This is a widespread issue all over github for react-navigation. No clue how to fix it I've tried everything.

EDIT: I reinstalled/updated react native, linked the packages, and npm removed and install router flux and it began working again. I believe the problem lies if you update router flux past 0.28

@Pitty91
Copy link
Author

Pitty91 commented Apr 24, 2018

I solved my issue by removing ^ from the package.json

"react-native-router-flux": "4.0.0-beta.27",

so I am closing it

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