We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am getting a red screen on launch related to deep link handling in index.js:
index.js
window.notificationEventBus.on(RN_NAV_HANDLEDEEPLINK, (event) => { this.handleDeepLink(event); });
That cannot read property 'on' of undefined
cannot read property 'on' of undefined
If I comment out these 3 lines I launch successfully
react-native-navigation: v2.1.3 react-native-navigation-v1-v2-adapter: v2.0.10 react-native: 0.56
The text was updated successfully, but these errors were encountered:
Looks like it was removed in V2 and should be removed from the adapter as well see wix/react-native-navigation#3991
Sorry, something went wrong.
No branches or pull requests
I am getting a red screen on launch related to deep link handling in
index.js
:That
cannot read property 'on' of undefined
If I comment out these 3 lines I launch successfully
Environment
react-native-navigation: v2.1.3
react-native-navigation-v1-v2-adapter: v2.0.10
react-native: 0.56
The text was updated successfully, but these errors were encountered: