GeekyAnts / ignite-native-base-boilerplate

184 stars 38 forks source link

addListener is not a function #19

Open SupriyaKalghatgi opened 6 years ago

SupriyaKalghatgi commented 6 years ago

https://github.com/GeekyAnts/NativeBase/issues/1980

ruddell commented 6 years ago

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 commented 6 years ago

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!