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

addListener is not a function #19

Open
SupriyaKalghatgi opened this issue Jun 11, 2018 · 2 comments
Open

addListener is not a function #19

SupriyaKalghatgi opened this issue Jun 11, 2018 · 2 comments

Comments

@SupriyaKalghatgi
Copy link
Contributor

GeekyAnts/NativeBase#1980

@ruddell
Copy link

ruddell commented Jun 11, 2018

For reference, here's how they fixed it in the original Ignite Boilerplate https://github.com/infinitered/ignite-ir-boilerplate-andross/pull/185/files

@jraleman
Copy link

jraleman commented Jun 25, 2018

I replaced line 40 in package.json;

40.  "react-navigation": "^1.0.0-beta.9",

with

40.  "react-navigation": "1.0.0-beta.9",

This makes sure only version 1.0.0-beta.9 is installed, not making any update to the react-navigation package.

Hope it helps!

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