-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
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
Clarify usage within React Native applications #323
Comments
I like to use this package with React native, if possible. As of now, I get a red screen when used with React native. Something to do with bundling. |
Hello, @kadamwhite Why I'm reporting here? So, I want ask a few questions.
|
Neither |
#300 establishes that React Native does not bundle all the same dependencies that Node does; we should either depend on these shim libraries directly so that this project can be used independently of environment, or else clarify the React Native-specific requirements somewhere in the docs.
The text was updated successfully, but these errors were encountered: