react-navigation-addons
react-navigation-addons copied to clipboard
cb is not a function
I try to use
this.props.navigation.addListener('focus', console.log('focus'));
this.props.navigation.addListener('blur', console.log('blur'));
this.props.navigation.addListener('change', console.log('change'));
but when I run, will show this error
TypeError: cb is not function This error is located at: in enhancedNavigator(NavigationContainer) (at ScreenView.js:31)
How can I fix that