React-native-router-flux: evaluating addListner

Created on 23 Apr 2018  路  3Comments  路  Source: aksonov/react-native-router-flux

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

Most helpful comment

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.

All 3 comments

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.

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

I solved my issue by removing ^ from the _package.json_

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

so I am closing it

Was this page helpful?
0 / 5 - 0 ratings

Related issues

VictorK1902 picture VictorK1902  路  3Comments

kirankalyan5 picture kirankalyan5  路  3Comments

xnog picture xnog  路  3Comments

YouYII picture YouYII  路  3Comments

GCour picture GCour  路  3Comments