undefined is not a function(evaluating addListner) react native
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 )
@SafaaB4G Any update on this? were you able to solve this?
Same happend to me 😢
Any update here? Getting same error
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.