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
Every libraries using NativeModules breaks
It should export as least a mock, to be compatible with RN apps
I created a tiny sandbox to reproduce
https://codesandbox.io/p/sandbox/gracious-mclean-kmynms
No response
The text was updated successfully, but these errors were encountered:
You can't use native code modules in web apps
Sorry, something went wrong.
@necolas what alternative do you suggest for compatibility purposes?
https://necolas.github.io/react-native-web/docs/multi-platform/#web-specific-code
No branches or pull requests
Is there an existing issue for this?
Describe the issue
Every libraries using NativeModules breaks
Expected behavior
It should export as least a mock, to be compatible with RN apps
Steps to reproduce
I created a tiny sandbox to reproduce
Test case
https://codesandbox.io/p/sandbox/gracious-mclean-kmynms
Additional comments
No response
The text was updated successfully, but these errors were encountered: