react-native-sidemenu icon indicating copy to clipboard operation
react-native-sidemenu copied to clipboard

undefined is not a function(evaluating addListner) react native

Open SafaaB4G opened this issue 7 years ago • 4 comments

i-m in new in react native , so i followed the steps and after the first run i had the sdk problem and after fixing it (create file named 'local.properties' in /android folder and i mentioned the sdk path , and now i got this problem )

screen shot 2018-02-05 at 10 59 51 am

SafaaB4G avatar Feb 05 '18 11:02 SafaaB4G

@SafaaB4G Any update on this? were you able to solve this?

coolprobn avatar Mar 05 '18 05:03 coolprobn

Same happend to me 😢

Donskelle avatar Mar 13 '18 11:03 Donskelle

Any update here? Getting same error

MounikaK999 avatar Mar 24 '18 12:03 MounikaK999

You may be getting this error if you are not using a helper (like ReactNavigation.addNavigationHelpers(...)) to add your state and dispatch handlers for the navigation props. To make things more exciting, as of react-navigation v2, that method has been deprecated so if you've upgraded to v2 and are seeing this error, then you'll need to follow https://reactnavigation.org/docs/en/redux-integration.html, paying particular attention to usage of the createNavigationPropConstructor(...) method.

FooBarRaz avatar May 30 '18 20:05 FooBarRaz