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
As per react-navigation/react-navigation#5004 this would resolve react-navigation on web issues.
The text was updated successfully, but these errors were encountered:
Closing as of #16
Sorry, something went wrong.
Fix for unsupported platforms (#22)
4cf7b82
Fixes #13 for real Fixes react-navigation/react-navigation#5004 Use different `index.js` files for supported and unsupported platforms. Tested on iOS and on an existing web project that uses react-navigation. --- !['react-native' does not contain an export named 'requireNativeComponent'.](https://user-images.githubusercontent.com/619186/46323012-8164e300-c5c2-11e8-964e-b6f233776dab.png) Necolas explained here that this import should not be on any file that runs on web: necolas/react-native-web#507 (comment)
No branches or pull requests
As per react-navigation/react-navigation#5004 this would resolve react-navigation on web issues.
The text was updated successfully, but these errors were encountered: