react-navigation-addons icon indicating copy to clipboard operation
react-navigation-addons copied to clipboard

cb is not a function

Open paranat9221 opened this issue 8 years ago • 0 comments

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

paranat9221 avatar Dec 01 '17 03:12 paranat9221